Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1698408292:prepare_executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 ... section_end:1698408293:prepare_executor section_start:1698408293:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-1 via emba.gnu.org... section_end:1698408316:prepare_script section_start:1698408316:get_sources $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ From https://emba.gnu.org/emacs/emacs * [new ref] bbd4385a631d0b1127a17919e767bbbb513e1dcc -> refs/pipelines/26944 * [new branch] master -> origin/master Checking out bbd4385a as master... Skipping Git submodules setup section_end:1698408447:get_sources section_start:1698408447:restore_cache section_end:1698408455:restore_cache section_start:1698408455:download_artifacts section_end:1698408509:download_artifacts section_start:1698408509:build_script $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 25 Running: 6 Paused: 0 Stopped: 19 Images: 11 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . WARNING! Your password will be stored unencrypted in /.docker-config-bbd4385a631d0b1127a17919e767bbbb513e1dcc/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 35B 0.0s #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 2.0s #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B 0.1s done #2 DONE 10.9s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 4.0s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:c141beaa9... #4 DONE 0.0s #12 [internal] load build context #12 DONE 0.0s #12 [internal] load build context #12 transferring context: 33B 0.0s #12 transferring context: 54.01MB 5.1s #12 transferring context: 100.87MB 10.2s #12 transferring context: 121.13MB 15.5s #12 transferring context: 141.26MB 20.6s #12 transferring context: 159.19MB 25.7s #12 transferring context: 178.94MB 30.8s #12 transferring context: 199.12MB 36.0s #12 transferring context: 259.60MB 41.1s #12 transferring context: 277.71MB 44.2s done #12 DONE 44.8s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #7 [emacs-gnustep 2/6] COPY . /checkout #7 DONE 44.7s #8 [emacs-gnustep 3/6] WORKDIR /checkout #8 DONE 0.8s #9 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #9 1.628 Checking whether you have the necessary tools... #9 1.628 (Read INSTALL.REPO for more details on building Emacs) #9 1.645 Checking for autoconf (need at least version 2.65) ... ok #9 1.803 Your system has the required tools. #9 1.850 Building aclocal.m4 ... #9 1.853 Running 'autoreconf -fi -I m4' ... #9 31.22 Building 'aclocal.m4' in exec ... #9 31.22 Running 'autoreconf -fi' in exec ... #9 40.10 You can now run './autogen.sh git'. #9 DONE 41.1s #10 [emacs-gnustep 5/6] RUN ./configure --with-ns #10 4.987 checking for xcrun... no #10 4.987 checking for GNU Make... make #10 5.110 checking build system type... x86_64-pc-linux-gnu #10 5.567 checking host system type... x86_64-pc-linux-gnu #10 5.662 checking for gcc... gcc #10 5.861 checking whether the C compiler works... yes #10 6.227 checking for C compiler default output file name... a.out #10 6.239 checking for suffix of executables... #10 6.483 checking whether we are cross compiling... no #10 6.772 checking for suffix of object files... o #10 7.001 checking whether we are using the GNU C compiler... yes #10 7.123 checking whether gcc accepts -g... yes #10 7.294 checking for gcc option to enable C11 features... none needed #10 7.654 checking whether the compiler is clang... no #10 7.794 checking for compiler option needed when checking for declarations... none #10 7.794 checking whether gcc and cc understand -c and -o together... yes #10 8.553 checking how to run the C preprocessor... gcc -E #10 8.997 checking for grep that handles long lines and -e... /bin/grep #10 9.013 checking for egrep... /bin/grep -E #10 9.024 checking for ANSI C header files... yes #10 10.44 checking for sys/types.h... yes #10 10.62 checking for sys/stat.h... yes #10 10.80 checking for stdlib.h... yes #10 10.98 checking for string.h... yes #10 11.18 checking for memory.h... yes #10 11.40 checking for strings.h... yes #10 11.58 checking for inttypes.h... yes #10 12.92 checking for stdint.h... yes #10 14.30 checking for unistd.h... yes #10 14.45 checking for wchar.h... yes #10 14.74 checking for minix/config.h... no #10 16.75 checking for linux/fs.h... yes #10 16.90 checking for malloc.h... yes #10 17.02 checking for sys/systeminfo.h... no #10 17.16 checking for sys/sysinfo.h... yes #10 17.30 checking for coff.h... no #10 17.44 checking for pty.h... yes #10 17.59 checking for sys/resource.h... yes #10 17.73 checking for sys/utsname.h... yes #10 17.88 checking for pwd.h... yes #10 18.02 checking for util.h... no #10 18.17 checking for sanitizer/lsan_interface.h... yes #10 18.32 checking for sanitizer/asan_interface.h... yes #10 18.53 checking for sanitizer/common_interface_defs.h... yes #10 18.80 checking for sys/socket.h... yes #10 19.04 checking for stdlib.h... (cached) yes #10 19.10 checking for unistd.h... (cached) yes #10 19.15 checking for sys/param.h... yes #10 19.48 checking for pthread.h... yes #10 19.74 checking for malloc/malloc.h... no #10 20.03 checking for sys/un.h... yes #10 20.23 checking for utmp.h... yes #10 20.36 checking for utmpx.h... yes #10 20.54 checking for OS.h... no #10 20.81 checking for dirent.h... yes #10 21.01 checking for execinfo.h... yes #10 21.27 checking for linux/xattr.h... yes #10 21.48 checking for stdio_ext.h... yes #10 21.70 checking for sys/vfs.h... yes #10 21.89 checking for sys/fs_types.h... no #10 22.06 checking for getopt.h... yes #10 22.26 checking for sys/cdefs.h... yes #10 22.57 checking for sys/time.h... yes #10 22.77 checking for ieee754.h... yes #10 22.98 checking for limits.h... yes #10 23.17 checking for inttypes.h... (cached) yes #10 23.24 checking for sys/types.h... (cached) yes #10 23.28 checking for stdint.h... (cached) yes #10 23.32 checking for sys/select.h... yes #10 23.61 checking for stdbool.h... yes #10 23.83 checking for stdckdint.h... no #10 24.00 checking for sys/random.h... yes #10 24.26 checking for sys/stat.h... (cached) yes #10 24.29 checking whether it is safe to define __EXTENSIONS__... yes #10 24.61 checking whether _XOPEN_SOURCE should be defined... no #10 24.70 checking for Minix Amsterdam compiler... no #10 24.79 checking for ar... ar #10 24.79 checking for ranlib... ranlib #10 24.79 checking for gcc option to enable large file support... none needed #10 25.01 checking for gcc option for timestamps after 2038... none needed #10 25.20 checking for g++... g++ #10 25.35 checking whether we are using the GNU C++ compiler... yes #10 25.56 checking whether g++ accepts -g... yes #10 25.72 checking for g++ option to enable C++11 features... none needed #10 55.84 checking how to run the C++ preprocessor... g++ -E #10 56.40 checking whether gcc accepts -g3 -O2... yes #10 56.84 checking whether the compiler is clang... no #10 57.08 checking whether C compiler handles -Werror -Wunknown-warning-option... no #10 57.26 checking whether -Wno-missing-field-initializers is needed... yes #10 57.56 checking whether -Wuninitialized is supported... yes #10 57.73 checking whether C compiler handles -fstrict-flex-arrays... no #10 57.91 checking whether C compiler handles -Wall... yes #10 58.28 checking whether C compiler handles -Warith-conversion... yes #10 58.64 checking whether C compiler handles -Wdate-time... yes #10 58.91 checking whether C compiler handles -Wdisabled-optimization... yes #10 59.20 checking whether C compiler handles -Wdouble-promotion... yes #10 59.50 checking whether C compiler handles -Wduplicated-cond... yes #10 59.78 checking whether C compiler handles -Wextra... yes #10 60.10 checking whether C compiler handles -Wformat-signedness... yes #10 60.34 checking whether C compiler handles -Winit-self... yes #10 60.56 checking whether C compiler handles -Winvalid-pch... yes #10 60.75 checking whether C compiler handles -Wlogical-op... yes #10 60.91 checking whether C compiler handles -Wmissing-declarations... yes #10 61.12 checking whether C compiler handles -Wmissing-include-dirs... yes #10 61.30 checking whether C compiler handles -Wmissing-prototypes... yes #10 61.44 checking whether C compiler handles -Wnested-externs... yes #10 61.71 checking whether C compiler handles -Wnull-dereference... yes #10 61.95 checking whether C compiler handles -Wold-style-definition... yes #10 62.27 checking whether C compiler handles -Wopenmp-simd... yes #10 62.48 checking whether C compiler handles -Wpacked... yes #10 62.77 checking whether C compiler handles -Wpointer-arith... yes #10 63.02 checking whether C compiler handles -Wstrict-flex-arrays... no #10 63.19 checking whether C compiler handles -Wstrict-prototypes... yes #10 63.49 checking whether C compiler handles -Wsuggest-attribute=format... yes #10 63.78 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #10 65.98 checking whether C compiler handles -Wsuggest-final-methods... yes #10 66.26 checking whether C compiler handles -Wsuggest-final-types... yes #10 66.55 checking whether C compiler handles -Wtrampolines... yes #10 66.82 checking whether C compiler handles -Wuninitialized... yes #10 67.10 checking whether C compiler handles -Wunknown-pragmas... yes #10 67.33 checking whether C compiler handles -Wunused-macros... yes #10 67.55 checking whether C compiler handles -Wvariadic-macros... yes #10 67.71 checking whether C compiler handles -Wvector-operation-performance... yes #10 67.87 checking whether C compiler handles -Wwrite-strings... yes #10 68.04 checking whether C compiler handles -Warray-bounds=2... yes #10 68.20 checking whether C compiler handles -Wattribute-alias=2... yes #10 68.35 checking whether C compiler handles -Wformat=2... yes #10 68.51 checking whether C compiler handles -Wformat-truncation=2... yes #10 68.73 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #10 68.96 checking whether C compiler handles -Wshift-overflow=2... yes #10 69.22 checking whether C compiler handles -Wuse-after-free=3... no #10 69.48 checking whether C compiler handles -Wvla-larger-than=4031... yes #10 69.82 checking whether C compiler handles -Wno-missing-field-initializers... yes #10 70.05 checking whether C compiler handles -Wredundant-decls... yes #10 70.24 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #10 70.24 checking whether C compiler handles -Wno-override-init... yes #10 70.45 checking whether C compiler handles -Wno-sign-compare... yes #10 70.69 checking whether C compiler handles -Wno-type-limits... yes #10 70.89 checking whether C compiler handles -Wno-unused-parameter... yes #10 71.15 checking whether C compiler handles -Wno-format-nonliteral... yes #10 71.54 checking whether C compiler handles -Wno-bidi-chars... no #10 71.65 checking for a BSD-compatible install... /usr/bin/install -c #10 71.71 checking command to symlink files in the same directory... ln -s #10 71.75 checking for install-info... : #10 71.75 checking for gzip... /bin/gzip #10 71.75 checking for 'find' args to delete a file... -delete #10 71.79 checking for brew... no #10 72.43 checking for -znocombreloc... not needed #10 72.43 checking whether addresses are sanitized... no #10 72.56 checking for math library... -lm #10 73.71 checking for struct passwd.pw_gecos... yes #10 73.90 checking for pkg-config... /usr/bin/pkg-config #10 73.90 checking pkg-config is at least version 0.9.0... yes #10 73.93 checking for machine/soundcard.h... no #10 74.07 checking for sys/soundcard.h... yes #10 74.32 checking for soundcard.h... no #10 74.44 checking for mmsystem.h... no #10 74.52 checking for _oss_ioctl in -lossaudio... no #10 74.68 checking for alsa >= 1.0.0... no #10 74.73 checking for ADDR_NO_RANDOMIZE... yes #10 74.88 checking if Linux sysinfo may be used... yes #10 75.28 checking for sys/wait.h that is POSIX.1 compatible... yes #10 75.46 checking for net/if.h... yes #10 75.76 checking for ifaddrs.h... yes #10 76.09 checking for net/if_dl.h... no #10 76.32 checking for struct ifreq.ifr_flags... yes #10 76.69 checking for struct ifreq.ifr_hwaddr... yes #10 77.12 checking for struct ifreq.ifr_netmask... yes #10 77.67 checking for struct ifreq.ifr_broadaddr... yes #10 78.17 checking for struct ifreq.ifr_addr... yes #10 78.56 checking for struct ifreq.ifr_addr.sa_len... no #10 79.16 checking whether gcc understands -MMD -MF... yes #10 79.38 checking for X... no #10 79.68 checking AppKit/AppKit.h usability... yes #10 82.79 checking AppKit/AppKit.h presence... yes #10 83.63 checking for AppKit/AppKit.h... yes #10 83.63 checking for Mac OS X 12.0 or later... yes #10 83.74 checking for gcc... gcc #10 83.86 checking whether we are using the GNU Objective C compiler... yes #10 84.05 checking whether gcc accepts -g... yes #10 84.21 checking if the Objective C compiler supports instancetype... yes #10 84.31 checking if the Objective C compiler defaults to C99... no #10 84.43 checking whether malloc is Doug Lea style... no #10 84.60 checking for sbrk... yes #10 84.97 checking for __lsan_ignore_object... no #10 85.38 checking for fchmod... yes #10 85.75 checking for utmpname... yes #10 86.16 checking for utmpxname... yes #10 86.49 checking for canonicalize_file_name... yes #10 86.96 checking for realpath... yes #10 87.38 checking for lstat... yes #10 87.78 checking for fchmodat... yes #10 88.09 checking for lchmod... no #10 88.14 checking for fcntl... yes #10 88.45 checking for fdopendir... yes #10 88.90 checking for listxattr... yes #10 89.52 checking for fstatat... yes #10 89.97 checking for fsync... yes #10 90.21 checking for gettimeofday... yes #10 90.67 checking for memset_explicit... no #10 91.20 checking for memset_s... no #10 91.46 checking for pselect... yes #10 91.68 checking for readlink... yes #10 91.90 checking for isblank... yes #10 92.10 checking for iswctype... yes #10 92.35 checking for strtoimax... yes #10 92.66 checking for symlink... yes #10 93.04 checking for localtime_r... yes #10 93.26 checking for getdtablesize... yes #10 93.64 checking for getpagesize... yes #10 94.07 checking for working mmap... yes #10 94.56 checking for main in -lXbsd... no #10 94.77 checking for pthread library... -lpthread #10 97.75 checking for thread support... yes #10 97.75 checking for librsvg-2.0 >= 2.14.0... no #10 97.78 checking for libwebpdemux >= 0.6.0... no #10 97.80 checking for WebPGetInfo... no #10 97.98 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #10 98.00 checking for sqlite3_open_v2 in -lsqlite3... no #10 98.21 checking for getaddrinfo_a in -lanl... yes #10 99.69 checking for malloc_trim... yes #10 101.4 checking for dbus-1 >= 1.0... yes #10 101.6 checking for dbus_watch_get_unix_fd... yes #10 101.9 checking for dbus_type_is_valid... yes #10 102.3 checking for dbus_validate_bus_name... yes #10 102.7 checking for dbus_validate_path... yes #10 103.1 checking for dbus_validate_interface... yes #10 103.7 checking for dbus_validate_member... yes #10 105.7 checking for lgetfilecon in -lselinux... no #10 105.9 checking for gnutls >= 2.12.2... yes #10 106.0 checking for libsystemd >= 222... no #10 106.0 checking for jansson >= 2.7... no #10 106.1 checking for tree-sitter >= 0.20.2... no #10 106.1 checking for tree-sitter >= 0.6.3... no #10 106.1 checking sys/inotify.h usability... yes #10 106.4 checking sys/inotify.h presence... yes #10 106.5 checking for sys/inotify.h... yes #10 106.5 checking for inotify_init1... yes #10 106.9 checking for jpeglib 6b or later... no #10 107.2 checking for lcms2... no #10 107.3 checking for library containing inflateEnd... -lz #10 109.6 checking for dladdr... yes #10 109.9 checking for dlfunc... no #10 111.2 checking for libpng >= 1.0.0... no #10 111.3 checking for libpng not configured by pkg-config... no #10 111.4 checking tiffio.h usability... no #10 111.7 checking tiffio.h presence... no #10 111.8 checking for tiffio.h... no #10 111.8 checking gif_lib.h usability... no #10 112.1 checking gif_lib.h presence... no #10 112.2 checking for gif_lib.h... no #10 112.2 checking gpm.h usability... no #10 112.5 checking gpm.h presence... no #10 112.6 checking for gpm.h... no #10 112.6 checking for libxml-2.0 > 2.6.17... no #10 112.7 checking for maillock in -lmail... no #10 113.0 checking for maillock in -llockfile... no #10 113.4 checking for liblockfile.so... no #10 113.4 checking maillock.h usability... no #10 113.8 checking maillock.h presence... no #10 113.9 checking for maillock.h... no #10 113.9 checking linux/seccomp.h usability... yes #10 114.3 checking linux/seccomp.h presence... yes #10 114.4 checking for linux/seccomp.h... yes #10 114.5 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #10 114.8 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #10 115.1 checking linux/filter.h usability... yes #10 115.5 checking linux/filter.h presence... yes #10 115.6 checking for linux/filter.h... yes #10 115.6 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #10 115.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #10 115.7 checking for libseccomp >= 2.5.2... no #10 115.8 checking size of long... 8 #10 116.5 checking for accept4... yes #10 116.9 checking for fchdir... yes #10 117.3 checking for gethostname... yes #10 118.2 checking for getrusage... yes #10 118.6 checking for get_current_dir_name... yes #10 119.0 checking for lrand48... yes #10 119.4 checking for random... yes #10 119.8 checking for rint... yes #10 120.3 checking for tcdrain... yes #10 120.8 checking for trunc... yes #10 121.5 checking for select... yes #10 121.9 checking for getpagesize... (cached) yes #10 121.9 checking for setlocale... yes #10 122.4 checking for newlocale... yes #10 122.8 checking for getrlimit... yes #10 125.0 checking for setrlimit... yes #10 125.3 checking for shutdown... yes #10 125.6 checking for pthread_sigmask... (cached) yes #10 125.7 checking for strsignal... yes #10 127.3 checking for setitimer... yes #10 127.7 checking for sendto... yes #10 129.2 checking for recvfrom... yes #10 131.0 checking for getsockname... yes #10 132.9 checking for getifaddrs... yes #10 133.2 checking for freeifaddrs... yes #10 134.7 checking for gai_strerror... yes #10 135.1 checking for sync... yes #10 135.5 checking for endpwent... yes #10 136.1 checking for getgrent... yes #10 136.5 checking for endgrent... yes #10 137.0 checking for renameat2... yes #10 137.4 checking for cfmakeraw... yes #10 137.9 checking for cfsetspeed... yes #10 138.3 checking for __executable_start... yes #10 138.7 checking for log2... yes #10 139.3 checking for pthread_setname_np... yes #10 139.7 checking for pthread_set_name_np... no #10 140.1 checking for getpwent... yes #10 140.4 checking whether pthread_setname_np takes a single argument... no #10 140.7 checking whether pthread_setname_np takes three arguments... no #10 141.0 checking for aligned_alloc... yes #10 141.4 checking whether aligned_alloc is declared... yes #10 141.6 checking for posix_madvise... yes #10 142.0 checking for madvise... yes #10 142.3 checking for __builtin_frame_address... yes #10 142.6 checking for __builtin_unwind_init... yes #10 142.8 checking for _LARGEFILE_SOURCE value needed for large files... no #10 143.3 checking for grantpt... yes #10 143.8 checking for getpt... yes #10 144.3 checking for posix_openpt... yes #10 144.6 checking for library containing tputs... -ltinfo #10 145.5 checking whether -ltinfo library defines BC... yes #10 145.8 checking for timerfd interface... yes #10 145.9 checking whether signals can be handled on alternate stack... yes #10 146.1 checking valgrind/valgrind.h usability... no #10 146.5 checking valgrind/valgrind.h presence... no #10 146.6 checking for valgrind/valgrind.h... no #10 146.6 checking for struct unipair.unicode... yes #10 146.8 checking for pid_t... yes #10 147.3 checking vfork.h usability... no #10 147.5 checking vfork.h presence... no #10 147.7 checking for vfork.h... no #10 147.7 checking for fork... yes #10 148.1 checking for vfork... yes #10 148.6 checking for working fork... yes #10 149.1 checking for working vfork... (cached) yes #10 149.2 checking for snprintf... yes #10 149.7 checking for open_memstream... yes #10 150.0 checking spawn.h usability... yes #10 150.5 checking spawn.h presence... yes #10 150.6 checking for spawn.h... yes #10 150.6 checking for posix_spawn... yes #10 150.9 checking for posix_spawn_file_actions_addchdir... no #10 151.2 checking for posix_spawn_file_actions_addchdir_np... yes #10 151.5 checking for posix_spawnattr_setflags... yes #10 151.8 checking whether POSIX_SPAWN_SETSID is declared... yes #10 152.0 checking whether GLib is linked in... no #10 152.2 checking for nl_langinfo and CODESET... yes #10 152.4 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #10 152.7 checking for mbstate_t... yes #10 153.1 checking for signals via characters... yes #10 153.2 checking for _setjmp... yes #10 153.5 checking for sigsetjmp... yes #10 153.8 checking POSIX termios... yes #10 154.3 checking size of speed_t... 4 #10 154.8 checking for usable FIONREAD... yes #10 155.0 checking for usable SIGIO... yes #10 155.2 checking for struct alignment... yes #10 155.4 checking for C/C++ restrict keyword... __restrict__ #10 155.6 checking for typeof syntax and keyword spelling... typeof #10 155.8 checking for statement expressions... yes #10 156.0 checking whether malloc (0) returns nonnull... yes #10 156.3 checking sys/acl.h usability... yes #10 158.4 checking sys/acl.h presence... yes #10 158.5 checking for sys/acl.h... yes #10 158.5 checking for library containing acl_get_file... -lacl #10 159.2 checking for acl_get_file... yes #10 159.6 checking for acl_get_fd... yes #10 160.1 checking for acl_set_file... yes #10 160.5 checking for acl_set_fd... yes #10 160.9 checking for acl_free... yes #10 161.2 checking for acl_from_mode... yes #10 161.5 checking for acl_from_text... yes #10 162.1 checking for acl_delete_def_file... yes #10 162.7 checking for acl_extended_file... yes #10 163.3 checking for acl_delete_fd_np... no #10 163.6 checking for acl_delete_file_np... no #10 164.0 checking for acl_copy_ext_native... no #10 164.4 checking for acl_create_entry_np... no #10 164.7 checking for acl_to_short_text... no #10 165.1 checking for acl_free_text... no #10 165.4 checking for working acl_get_file... yes #10 165.8 checking acl/libacl.h usability... yes #10 166.2 checking acl/libacl.h presence... yes #10 166.3 checking for acl/libacl.h... yes #10 166.3 checking for acl_entries... yes #10 166.5 checking for ACL_FIRST_ENTRY... yes #10 166.6 checking for ACL_TYPE_EXTENDED... no #10 166.8 checking for working alloca.h... yes #10 167.1 checking for alloca... yes #10 167.3 checking for a thread-safe mkdir -p... /bin/mkdir -p #10 167.3 checking whether the preprocessor supports include_next... yes #10 167.6 checking whether source code line length is unlimited... yes #10 167.7 checking whether endutent is declared... yes #10 167.9 checking for struct utmpx.ut_user... yes #10 168.3 checking for struct utmp.ut_user... yes #10 168.6 checking for struct utmpx.ut_name... yes #10 168.9 checking for struct utmp.ut_name... yes #10 169.3 checking for struct utmpx.ut_type... yes #10 169.6 checking for struct utmp.ut_type... yes #10 170.0 checking for struct utmpx.ut_pid... yes #10 170.4 checking for struct utmp.ut_pid... yes #10 170.7 checking for struct utmp.ut_tv... yes #10 171.1 checking for struct utmpx.ut_host... yes #10 171.4 checking for struct utmp.ut_host... yes #10 171.6 checking for struct utmpx.ut_id... yes #10 171.9 checking for struct utmp.ut_id... yes #10 172.3 checking for struct utmpx.ut_session... yes #10 172.6 checking for struct utmp.ut_session... yes #10 172.8 checking for struct utmpx.ut_exit... yes #10 173.3 checking for struct utmp.ut_exit... yes #10 173.8 checking for struct utmpx.ut_exit.ut_exit... no #10 174.1 checking for struct utmpx.ut_exit.e_exit... yes #10 174.4 checking for struct utmp.ut_exit.e_exit... yes #10 174.6 checking for struct utmpx.ut_exit.ut_termination... no #10 174.9 checking for struct utmpx.ut_exit.e_termination... yes #10 175.1 checking for struct utmp.ut_exit.e_termination... yes #10 175.3 checking whether sysinfo is declared... yes #10 175.5 checking for sys/sysctl.h... yes #10 175.7 checking for sysctl... yes #10 176.2 checking whether lstat correctly handles trailing slash... yes #10 176.8 checking whether // is distinct from /... no #10 176.8 checking whether realpath works... yes #10 177.4 checking for faccessat... yes #10 177.7 checking for getcwd... yes #10 178.0 checking whether byte ordering is bigendian... no #10 178.7 checking if environ is properly declared... yes #10 178.9 checking for complete errno.h... yes #10 179.0 checking whether ctype.h defines __header_inline... no #10 179.2 checking for mode_t... yes #10 180.0 checking whether strmode is declared... no #10 180.4 checking whether getline is declared... yes #10 180.7 checking for gawk... no #10 180.7 checking for mawk... mawk #10 180.8 checking for getopt.h... (cached) yes #10 180.8 checking for getopt_long_only... yes #10 181.0 checking whether getopt is POSIX compatible... yes #10 182.5 checking for working GNU getopt function... yes #10 182.9 checking for working GNU getopt_long function... yes #10 183.2 checking whether timespec_get is declared... yes #10 183.4 checking for timespec_get... yes #10 183.6 checking for struct timeval... yes #10 183.8 checking for wide-enough struct timeval.tv_sec member... yes #10 184.0 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #10 184.1 checking whether the compiler produces multi-arch binaries... no #10 184.3 checking whether stdint.h conforms to C99... yes #10 184.9 checking whether stdint.h works without ISO C predefines... yes #10 185.1 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #10 185.3 checking whether memmem is declared... yes #10 185.6 checking whether memrchr is declared... yes #10 185.9 checking whether defines MIN and MAX... no #10 186.0 checking whether defines MIN and MAX... yes #10 186.2 checking whether time_t is signed... yes #10 186.3 checking whether alarm is declared... yes #10 186.6 checking for working mktime... no #10 187.2 checking whether struct tm is in sys/time.h or time.h... time.h #10 187.4 checking for struct tm.tm_zone... yes #10 189.2 checking for struct tm.tm_gmtoff... yes #10 189.3 checking whether is self-contained... yes #10 189.9 checking for inline... inline #10 190.0 checking for sigset_t... yes #10 190.3 checking for volatile sig_atomic_t... yes #10 190.6 checking for sighandler_t... yes #10 191.0 checking for wchar_t... yes #10 191.1 checking for good max_align_t... yes #10 191.3 checking whether NULL can be used in arbitrary expressions... yes #10 191.5 checking for unreachable... no #10 191.9 checking whether fcloseall is declared... yes #10 192.4 checking whether getw is declared... yes #10 192.9 checking whether putw is declared... yes #10 193.5 checking which flavor of printf attribute matches inttypes macros... system #10 193.9 checking whether strnlen is declared... yes #10 194.4 checking whether strtoimax is declared... yes #10 194.7 checking whether stat file-mode macros are broken... no #10 194.9 checking for nlink_t... yes #10 195.3 checking for struct timespec in ... yes #10 195.6 checking for TIME_UTC in ... yes #10 195.9 checking whether execvpe is declared... yes #10 196.2 checking whether clearerr_unlocked is declared... yes #10 196.7 checking whether feof_unlocked is declared... yes #10 197.2 checking whether ferror_unlocked is declared... yes #10 197.6 checking whether fflush_unlocked is declared... yes #10 198.0 checking whether fgets_unlocked is declared... yes #10 198.5 checking whether fputc_unlocked is declared... yes #10 198.9 checking whether fputs_unlocked is declared... yes #10 199.3 checking whether fread_unlocked is declared... yes #10 199.6 checking whether fwrite_unlocked is declared... yes #10 200.1 checking whether getc_unlocked is declared... yes #10 200.6 checking whether getchar_unlocked is declared... yes #10 200.9 checking whether putc_unlocked is declared... yes #10 201.1 checking whether putchar_unlocked is declared... yes #10 201.5 checking type of array argument to getgroups... gid_t #10 202.1 checking whether getdelim is declared... yes #10 202.4 checking whether getdtablesize is declared... yes #10 202.7 checking whether malloc is ptrdiff_t safe... yes #10 202.8 checking whether malloc, realloc, calloc set errno on failure... yes #10 202.8 checking for O_CLOEXEC... yes #10 203.0 checking for promoted mode_t type... mode_t #10 203.1 checking whether the utimes function works... yes #10 203.7 checking for C compiler option to allow warnings... -Wno-error #10 203.9 checking for alignas and alignof... yes, macros #10 204.2 checking for alloca as a compiler built-in... yes #10 204.3 checking for static_assert... yes, an macro #10 204.5 checking for __builtin_expect... yes #10 204.7 checking byteswap.h usability... yes #10 205.0 checking byteswap.h presence... yes #10 205.0 checking for byteswap.h... yes #10 205.0 checking for readlinkat... yes #10 205.3 checking for library containing clock_gettime... none required #10 205.7 checking for clock_getres... yes #10 205.9 checking for clock_gettime... yes #10 206.1 checking for clock_settime... yes #10 206.5 checking for copy_file_range... yes #10 206.8 checking for d_type member in directory struct... yes #10 207.1 checking whether // is distinct from /... (cached) no #10 207.1 checking whether dup2 works... yes #10 207.5 checking for library containing backtrace_symbols_fd... none required #10 207.7 checking for faccessat... (cached) yes #10 207.7 checking whether fchmodat works... no #10 208.0 checking for readlinkat... (cached) yes #10 208.0 checking whether fcntl handles F_DUPFD correctly... yes #10 208.4 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #10 208.7 checking whether fdopendir is declared... yes #10 208.8 checking whether fdopendir works... yes #10 209.2 checking for flexible array member... yes #10 209.4 checking for __fpending... yes #10 209.8 checking whether __fpending is declared... yes #10 210.0 checking whether free is known to preserve errno... no #10 210.1 checking whether fstatat (..., 0) works... yes #10 210.4 checking for sys/mount.h... yes #10 210.7 checking for statvfs function (SVR4)... yes #10 211.2 checking whether to use statvfs64... no #10 211.4 checking for two-argument statfs with statfs.f_frsize member... yes #10 212.0 checking sys/fs/s5param.h usability... no #10 212.3 checking sys/fs/s5param.h presence... no #10 212.5 checking for sys/fs/s5param.h... no #10 212.5 checking sys/statfs.h usability... yes #10 213.0 checking sys/statfs.h presence... yes #10 213.1 checking for sys/statfs.h... yes #10 213.2 checking for statfs that truncates block counts... no #10 213.4 checking for futimens... yes #10 214.0 checking whether futimens works... yes #10 215.8 checking for getline... yes #10 216.2 checking for working getline function... yes #10 217.1 checking for getloadavg... yes #10 217.8 checking sys/loadavg.h usability... no #10 218.2 checking sys/loadavg.h presence... no #10 218.3 checking for sys/loadavg.h... no #10 218.4 checking whether getloadavg is declared... yes #10 218.7 checking for getrandom... yes #10 219.3 checking whether getrandom is compatible with its GNU+BSD signature... yes #10 219.5 checking for gettimeofday with POSIX signature... yes #10 219.8 checking whether the compiler supports the __inline keyword... yes #10 220.2 checking gmp.h usability... yes #10 220.7 checking gmp.h presence... yes #10 220.8 checking for gmp.h... yes #10 220.8 checking for library containing __gmpz_roinit_n... -lgmp #10 222.0 checking for memmem... yes #10 222.6 checking whether memmem works... yes #10 223.1 checking for mempcpy... yes #10 223.8 checking for memrchr... yes #10 224.4 checking for explicit_memset... no #10 225.0 checking for mkostemp... yes #10 225.5 checking for library containing nanosleep... none required #10 226.1 checking for working nanosleep... no (mishandles large arguments) #10 228.1 checking for sys/pstat.h... no #10 228.5 checking for sys/sysmp.h... no #10 228.9 checking for sys/param.h... (cached) yes #10 228.9 checking for sys/sysctl.h... (cached) yes #10 228.9 checking for sched_getaffinity_np... no #10 229.7 checking for pstat_getdynamic... no #10 230.4 checking for sysmp... no #10 231.1 checking for sysctl... (cached) yes #10 231.2 checking for sched_getaffinity... yes #10 231.8 checking for glibc compatible sched_getaffinity... yes #10 232.3 checking for pipe2... yes #10 233.6 checking whether signature of pselect conforms to POSIX... yes #10 234.3 checking whether pselect detects invalid fds... yes #10 234.9 checking whether pthread_sigmask is a macro... no #10 235.1 checking whether pthread_sigmask returns error numbers... yes #10 235.9 checking whether pthread_sigmask unblocks signals correctly... guessing yes #10 238.7 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #10 240.0 checking whether readlink signature is correct... yes #10 240.3 checking whether readlink handles trailing slash correctly... yes #10 241.0 checking whether readlink truncates results correctly... yes #10 241.7 checking for readlinkat... (cached) yes #10 241.7 checking whether readlinkat signature is correct... yes #10 241.9 checking for working re_compile_pattern... no #10 243.1 checking libintl.h usability... yes #10 243.6 checking libintl.h presence... yes #10 243.7 checking for libintl.h... yes #10 243.7 checking whether isblank is declared... yes #10 244.1 checking for sig2str... no #10 244.8 checking for sigdescr_np... no #10 245.2 checking for socklen_t... yes #10 245.8 checking for ssize_t... yes #10 246.0 checking for struct stat.st_atim.tv_nsec... yes #10 246.4 checking whether struct stat.st_atim is of type struct timespec... yes #10 246.7 checking for struct stat.st_birthtimespec.tv_nsec... no #10 247.1 checking for struct stat.st_birthtimensec... no #10 247.5 checking for struct stat.st_birthtim.tv_nsec... no #10 248.0 checking for bool, true, false... no #10 248.3 checking for stpcpy... yes #10 249.5 checking for working strnlen... yes #10 249.9 checking whether strtoimax works... yes #10 250.3 checking whether symlink handles trailing slash correctly... yes #10 250.5 checking whether localtime_r is declared... yes #10 250.7 checking whether localtime_r is compatible with its POSIX signature... yes #10 250.9 checking whether localtime works even near extrema... yes #10 251.2 checking for timezone_t... no #10 251.3 checking for timegm... yes #10 251.5 checking whether timer_settime is declared... yes #10 251.7 checking for library containing timer_settime... -lrt #10 252.3 checking for timer_settime... yes #10 252.6 checking for utimensat... yes #10 252.9 checking whether utimensat works... yes #10 254.3 checking for variable-length arrays... yes #10 254.6 checking whether getdtablesize works... yes #10 254.9 checking for __mktime_internal... no #10 255.2 checking for timer_getoverrun... yes #10 255.5 checking for gcc option to disable position independent executables... not needed #10 255.5 checking for __ctype_get_mb_cur_max... yes #10 255.7 checking whether MB_CUR_MAX is defined to function that won't link... no #10 255.8 #10 255.8 Configured for 'x86_64-pc-linux-gnu'. #10 255.8 #10 255.8 Where should the build process find the source code? . #10 255.8 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #10 255.8 Should Emacs use the GNU version of malloc? no #10 255.8 (The GNU allocators don't work with this system configuration.) #10 255.8 Should Emacs use a relocating allocator for buffers? no #10 255.8 Should Emacs use mmap(2) for buffer allocation? no #10 255.8 What window system should Emacs use? nextstep #10 255.8 What toolkit should Emacs use? none #10 255.8 Where do we find X Windows header files? NONE #10 255.8 Where do we find X Windows libraries? NONE #10 255.8 Does Emacs use -lXaw3d? no #10 255.8 Is Emacs being built for Android? no #10 255.8 Does Emacs use the X Double Buffer Extension? no #10 255.8 Does Emacs use -lXpm? no #10 255.8 Does Emacs use -ljpeg? no #10 255.8 Does Emacs use -ltiff? no #10 255.8 Does Emacs use a gif library? no #10 255.8 Does Emacs use a png library? no #10 255.8 Does Emacs use -lrsvg-2? no #10 255.8 Does Emacs use -lwebp? no #10 255.8 Does Emacs use -lsqlite3? no #10 255.8 Does Emacs use cairo? no #10 255.8 Does Emacs use -llcms2? no #10 255.8 Does Emacs use imagemagick? no #10 255.8 Does Emacs use native APIs for images? yes (ns) #10 255.8 Does Emacs support sound? yes #10 255.8 Does Emacs use -lgpm? no #10 255.8 Does Emacs use -ldbus? yes #10 255.8 Does Emacs use -lgconf? no #10 255.8 Does Emacs use GSettings? no #10 255.8 Does Emacs use a file notification library? yes -lglibc (inotify) #10 255.8 Does Emacs use access control lists? yes -lacl -lattr #10 255.8 Does Emacs use -lselinux? no #10 255.8 Does Emacs use -lgnutls? yes #10 255.8 Does Emacs use -lxml2? no #10 255.8 Does Emacs use -lfreetype? no #10 255.8 Does Emacs use HarfBuzz? no #10 255.8 Does Emacs use -lm17n-flt? no #10 255.8 Does Emacs use -lotf? no #10 255.8 Does Emacs use -lxft? no #10 255.8 Does Emacs use -lsystemd? no #10 255.8 Does Emacs use -ljansson? no #10 255.8 Does Emacs use -ltree-sitter? no #10 255.8 Does Emacs use the GMP library? yes #10 255.8 Does Emacs directly use zlib? yes #10 255.8 Does Emacs have dynamic modules support? yes #10 255.8 Does Emacs use toolkit scroll bars? yes #10 255.8 Does Emacs support Xwidgets? no #10 255.8 Does Emacs have threading support in lisp? yes #10 255.8 Does Emacs support the portable dumper? yes #10 255.8 Does Emacs support legacy unexec dumping? no #10 255.8 Which dumping strategy does Emacs use? pdumper #10 255.8 Does Emacs have native lisp compiler? no #10 255.8 Does Emacs use version 2 of the X Input Extension? no #10 255.8 Does Emacs generate a smaller-size Japanese dictionary? no #10 255.8 #10 255.8 #10 255.8 #10 255.8 Run 'make' to build Emacs, then run 'src/emacs' to test it. #10 255.8 Run 'make install' in order to build an application bundle. #10 255.8 The application will go to nextstep/Emacs.app and can be run or moved #10 255.8 from there. #10 255.8 The application will be fully self-contained. #10 255.8 #10 256.7 configure: creating ./config.status #10 257.4 config.status: creating src/verbose.mk #10 257.5 config.status: creating src/emacs-module.h #10 257.6 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #10 257.7 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #10 257.8 config.status: creating Makefile #10 257.9 config.status: creating lib/gnulib.mk #10 258.2 config.status: creating ./doc/man/emacs.1 #10 258.3 config.status: creating lib/Makefile #10 258.7 config.status: creating lib-src/Makefile #10 259.4 config.status: creating oldXMenu/Makefile #10 259.5 config.status: creating src/Makefile #10 259.7 config.status: creating lwlib/Makefile #10 259.8 config.status: creating nextstep/Makefile #10 259.9 config.status: creating nt/Makefile #10 260.0 config.status: creating doc/emacs/Makefile #10 260.1 config.status: creating doc/misc/Makefile #10 260.3 config.status: creating doc/lispintro/Makefile #10 260.5 config.status: creating doc/lispref/Makefile #10 260.6 config.status: creating lisp/Makefile #10 260.7 config.status: creating leim/Makefile #10 260.9 config.status: creating test/Makefile #10 261.0 config.status: creating test/manual/noverlay/Makefile #10 261.1 config.status: creating test/infra/Makefile #10 261.2 config.status: creating admin/charsets/Makefile #10 261.3 config.status: creating admin/unidata/Makefile #10 261.4 config.status: creating admin/grammars/Makefile #10 261.5 config.status: creating java/Makefile #10 261.7 config.status: creating cross/Makefile #10 261.8 config.status: creating java/AndroidManifest.xml #10 261.9 config.status: creating src/config.h #10 262.0 config.status: executing src/epaths.h commands #10 264.2 config.status: executing src/.gdbinit commands #10 264.3 config.status: executing doc/emacs/emacsver.texi commands #10 264.5 config.status: executing etc-refcards-emacsver.tex commands #10 264.6 configure: WARNING: This configuration installs a 'movemail' program #10 264.6 that does not retrieve POP3 email. By default, Emacs 25 and earlier #10 264.6 installed a 'movemail' program that retrieved POP3 email via only #10 264.6 insecure channels, a practice that is no longer recommended but that #10 264.6 you can continue to support by using './configure --with-pop'. #10 264.6 configure: You might want to install GNU Mailutils #10 264.6 and use './configure --with-mailutils'. #10 DONE 274.6s #11 [emacs-gnustep 6/6] RUN make bootstrap #11 8.052 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #11 8.072 make[1]: Entering directory '/checkout' #11 8.287 make bootstrap-clean #11 8.306 make[2]: Entering directory '/checkout' #11 8.567 make -C src bootstrap-clean #11 8.588 make[3]: Entering directory '/checkout/src' #11 8.589 GEN /checkout/src/lisp.mk #11 9.245 rm -f android-emacs libemacs.so #11 9.252 rm -f temacs core ./*.core \#* ./*.o build-counter.c #11 9.258 rm -f dmpstruct.h #11 9.266 rm -f emacs.pdmp #11 9.277 rm -f ../etc/DOC #11 9.285 rm -f bootstrap-emacs bootstrap-emacs.pdmp #11 9.302 rm -f emacs-30.0.50 #11 9.306 rm -f buildobj.h #11 9.314 rm -f globals.h gl-stamp #11 9.325 rm -f ./*.res ./*.tmp #11 9.342 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #11 9.353 rm -f ../etc/DOC* #11 9.360 rm -f deps/* #11 9.366 rm -f emacs-module.h epaths.h config.h config.stamp #11 9.380 if test -f ./.gdbinit; then \ #11 9.380 mv ./.gdbinit ./.gdbinit.save; \ #11 9.380 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #11 9.380 else mv ./.gdbinit.save ./.gdbinit; fi; \ #11 9.380 fi #11 10.25 make[3]: Leaving directory '/checkout/src' #11 10.25 make -C oldXMenu bootstrap-clean #11 10.26 make[3]: Entering directory '/checkout/oldXMenu' #11 10.26 rm -f libXMenu11.a ./*.o deps/* #11 10.30 rm -f Makefile #11 10.30 rm -fr deps #11 10.30 make[3]: Leaving directory '/checkout/oldXMenu' #11 10.30 make -C lwlib bootstrap-clean #11 10.31 make[3]: Entering directory '/checkout/lwlib' #11 10.34 rm -f ./*.o liblw.a \#* deps/* #11 10.34 rm -f Makefile #11 10.34 rm -fr deps #11 10.35 rm -f TAGS #11 10.35 make[3]: Leaving directory '/checkout/lwlib' #11 10.36 make -C lib bootstrap-clean #11 15.71 make[3]: Entering directory '/checkout/lib' #11 15.71 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #11 15.78 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 15.79 rm -f Makefile Makefile.android #11 15.79 rm -fr deps #11 17.44 make[3]: Leaving directory '/checkout/lib' #11 17.44 make -C lib-src bootstrap-clean #11 17.47 make[3]: Entering directory '/checkout/lib-src' #11 17.47 rm -f core ./*.o ./*.res #11 17.49 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #11 17.49 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #11 17.51 rm -f TAGS Makefile blessmail Makefile.android #11 17.52 make[3]: Leaving directory '/checkout/lib-src' #11 17.52 make -C nt bootstrap-clean #11 17.54 make[3]: Entering directory '/checkout/nt' #11 17.54 rm -f core *.o *.res #11 17.56 rm -f runemacs addpm cmdproxy ddeclient #11 17.56 rm -f TAGS Makefile *.rc #11 17.58 true #11 17.58 make[3]: Leaving directory '/checkout/nt' #11 17.58 make -C doc/emacs bootstrap-clean #11 17.60 make[3]: Entering directory '/checkout/doc/emacs' #11 17.60 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 17.60 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 17.61 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #11 17.62 rm -f Makefile #11 17.63 rm -f \ #11 17.63 ./../../info/emacs.info \ #11 17.63 ./../../info/emacs.info-[1-9] \ #11 17.63 ./../../info/emacs.info-[1-9][0-9] #11 17.64 rm -f ./emacsver.texi TAGS #11 17.65 make[3]: Leaving directory '/checkout/doc/emacs' #11 17.65 make -C doc/misc bootstrap-clean #11 17.66 make[3]: Entering directory '/checkout/doc/misc' #11 17.66 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #11 17.66 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #11 17.66 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #11 17.68 rm -f gnustmp* #11 17.70 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #11 17.72 rm -f Makefile #11 17.74 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 17.74 file=`echo ${file} | sed 's/\.info$//'`.info; \ #11 17.74 rm -f \ #11 17.74 ./../../info/${file} \ #11 17.74 ./../../info/${file}-[1-9] \ #11 17.74 ./../../info/${file}-[1-9][0-9]; \ #11 17.74 done #11 18.59 rm -f ./modus-themes.texi ./org.texi #11 18.60 rm -f TAGS #11 18.61 make[3]: Leaving directory '/checkout/doc/misc' #11 18.61 make -C doc/lispref bootstrap-clean #11 18.77 make[3]: Entering directory '/checkout/doc/lispref' #11 18.77 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 18.77 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 18.78 rm -f elisp[12]* vol[12].tmp #11 18.78 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #11 18.79 rm -f vol[12].dvi vol[12].pdf vol[12].ps #11 18.79 rm -f Makefile #11 18.80 rm -f \ #11 18.80 ./../../info/elisp.info \ #11 18.80 ./../../info/elisp.info-[1-9] \ #11 18.80 ./../../info/elisp.info-[1-9][0-9] #11 18.80 rm -f TAGS #11 18.81 make[3]: Leaving directory '/checkout/doc/lispref' #11 18.81 make -C doc/lispintro bootstrap-clean #11 18.82 make[3]: Entering directory '/checkout/doc/lispintro' #11 18.82 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 18.82 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 18.83 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #11 18.84 rm -f Makefile #11 18.84 rm -f \ #11 18.84 ./../../info/eintr.info \ #11 18.84 ./../../info/eintr.info-[1-9] #11 18.85 rm -f TAGS #11 18.85 make[3]: Leaving directory '/checkout/doc/lispintro' #11 18.85 make -C test bootstrap-clean #11 18.86 make[3]: Entering directory '/checkout/test' #11 19.21 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #11 19.28 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #11 19.31 rm -f ./lisp/gnus/mml-sec-resources/random_seed #11 19.31 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #11 19.31 src/emacs-module-resources/*.dll gmp.h #11 19.32 find . -name '*.elc' -delete #11 19.34 make[3]: Leaving directory '/checkout/test' #11 19.34 make -C java bootstrap-clean #11 19.49 make[3]: Entering directory '/checkout/java' #11 19.49 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #11 19.50 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #11 19.50 find . -name '*.class' -delete #11 19.51 rm -f Makefile ndk-build.mk #11 19.51 make[3]: Leaving directory '/checkout/java' #11 19.51 make -C cross bootstrap-clean #11 19.52 make[3]: Entering directory '/checkout/cross' #11 19.52 for dir in src lib-src lib etc; do \ #11 19.52 find $dir -type f -delete; \ #11 19.52 done #11 19.54 rm -rf lib/config.h lib-src/config.h #11 19.54 if test -f ndk-build/Makefile; then \ #11 19.54 make -C ndk-build clean; \ #11 19.54 fi #11 19.55 for dir in src lib-src lib etc; do \ #11 19.55 find $dir -type l -delete; \ #11 19.55 done #11 19.56 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #11 19.56 rm -rf ndk-build/ndk-build.mk Makefile #11 19.57 make[3]: Leaving directory '/checkout/cross' #11 19.57 make -C nextstep bootstrap-clean #11 19.57 make[3]: Entering directory '/checkout/nextstep' #11 19.57 rm -rf /checkout/nextstep/Emacs.app #11 19.58 rm -f Makefile #11 19.58 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #11 19.58 GNUstep/Emacs.base/Resources/Emacs.desktop \ #11 19.58 Cocoa/Emacs.base/Contents/Info.plist \ #11 19.58 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #11 20.00 make[3]: Leaving directory '/checkout/nextstep' #11 20.00 make -C admin/charsets bootstrap-clean #11 20.03 make[3]: Entering directory '/checkout/admin/charsets' #11 20.03 make[3]: Nothing to be done for 'bootstrap-clean'. #11 20.03 make[3]: Leaving directory '/checkout/admin/charsets' #11 20.03 make -C admin/unidata bootstrap-clean #11 20.06 make[3]: Entering directory '/checkout/admin/unidata' #11 20.13 rm -f ./*.elc unidata.txt #11 20.14 make[3]: Leaving directory '/checkout/admin/unidata' #11 20.14 make -C leim bootstrap-clean #11 20.15 make[3]: Entering directory '/checkout/leim' #11 20.15 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 20.18 make[3]: Leaving directory '/checkout/leim' #11 20.18 make -C lisp bootstrap-clean #11 20.20 make[3]: Entering directory '/checkout/lisp' #11 20.56 find . -name '*.elc' -delete #11 20.58 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #11 20.60 make[3]: Leaving directory '/checkout/lisp' #11 20.61 make -C admin/grammars bootstrap-clean #11 20.62 make[3]: Entering directory '/checkout/admin/grammars' #11 20.62 make[3]: Nothing to be done for 'bootstrap-clean'. #11 20.62 make[3]: Leaving directory '/checkout/admin/grammars' #11 20.62 [ ! -f config.log ] || mv -f config.log config.log~ #11 21.39 rm -rf ./info #11 21.39 rm -f ./etc/refcards/emacsver.tex #11 21.41 rm -rf native-lisp/ lisp/leim/ja-dic/ #11 21.42 rm -fr autom4te.cache config.cache #11 21.44 rm -f config.log ./doc/man/emacs.1 #11 21.50 make[2]: Leaving directory '/checkout' #11 21.50 cd . && ./autogen.sh autoconf #11 21.52 Checking whether you have the necessary tools... #11 21.52 (Read INSTALL.REPO for more details on building Emacs) #11 21.53 Checking for autoconf (need at least version 2.65) ... ok #11 21.60 Your system has the required tools. #11 21.63 Running 'autoreconf -fi -I m4' ... #11 48.46 Building 'aclocal.m4' in exec ... #11 48.47 Running 'autoreconf -fi' in exec ... #11 57.58 You can now run './autogen.sh git'. #11 57.58 make MAKEFILE_NAME=force-Makefile force-Makefile #11 57.65 make[2]: Entering directory '/checkout' #11 57.66 make[2]: *** No rule to make target 'echo-sources'. Stop. #11 57.89 if [ -x ./config.status ]; then \ #11 57.89 ./config.status --recheck; \ #11 57.89 else \ #11 57.89 ./configure --cache-file=/dev/null; \ #11 57.89 fi #11 58.05 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #11 58.88 checking for xcrun... no #11 58.89 checking for GNU Make... make #11 58.96 checking build system type... x86_64-pc-linux-gnu #11 60.27 checking host system type... x86_64-pc-linux-gnu #11 60.32 checking for gcc... gcc #11 60.53 checking whether the C compiler works... yes #11 60.82 checking for C compiler default output file name... a.out #11 60.83 checking for suffix of executables... #11 61.08 checking whether we are cross compiling... no #11 61.45 checking for suffix of object files... o #11 61.71 checking whether we are using the GNU C compiler... yes #11 61.87 checking whether gcc accepts -g... yes #11 62.07 checking for gcc option to enable C11 features... none needed #11 62.44 checking whether the compiler is clang... no #11 62.58 checking for compiler option needed when checking for declarations... none #11 62.58 checking whether gcc and cc understand -c and -o together... yes #11 63.13 checking how to run the C preprocessor... gcc -E #11 63.42 checking for grep that handles long lines and -e... /bin/grep #11 63.43 checking for egrep... /bin/grep -E #11 63.43 checking for ANSI C header files... yes #11 64.24 checking for sys/types.h... yes #11 64.38 checking for sys/stat.h... yes #11 64.51 checking for stdlib.h... yes #11 64.67 checking for string.h... yes #11 64.90 checking for memory.h... yes #11 65.14 checking for strings.h... yes #11 65.37 checking for inttypes.h... yes #11 65.65 checking for stdint.h... yes #11 65.99 checking for unistd.h... yes #11 66.32 checking for wchar.h... yes #11 66.72 checking for minix/config.h... no #11 66.96 checking for linux/fs.h... yes #11 67.33 checking for malloc.h... yes #11 67.69 checking for sys/systeminfo.h... no #11 67.96 checking for sys/sysinfo.h... yes #11 68.17 checking for coff.h... no #11 68.35 checking for pty.h... yes #11 68.62 checking for sys/resource.h... yes #11 68.93 checking for sys/utsname.h... yes #11 69.13 checking for pwd.h... yes #11 69.45 checking for util.h... no #11 69.74 checking for sanitizer/lsan_interface.h... yes #11 70.01 checking for sanitizer/asan_interface.h... yes #11 70.12 checking for sanitizer/common_interface_defs.h... yes #11 70.31 checking for sys/socket.h... yes #11 70.64 checking for stdlib.h... (cached) yes #11 70.69 checking for unistd.h... (cached) yes #11 70.75 checking for sys/param.h... yes #11 71.07 checking for pthread.h... yes #11 71.36 checking for malloc/malloc.h... no #11 71.61 checking for sys/un.h... yes #11 71.94 checking for utmp.h... yes #11 72.32 checking for utmpx.h... yes #11 72.61 checking for OS.h... no #11 73.05 checking for dirent.h... yes #11 73.37 checking for execinfo.h... yes #11 73.68 checking for linux/xattr.h... yes #11 73.90 checking for stdio_ext.h... yes #11 74.10 checking for sys/vfs.h... yes #11 74.22 checking for sys/fs_types.h... no #11 74.31 checking for getopt.h... yes #11 74.61 checking for sys/cdefs.h... yes #11 74.87 checking for sys/time.h... yes #11 75.22 checking for ieee754.h... yes #11 75.48 checking for limits.h... yes #11 75.76 checking for inttypes.h... (cached) yes #11 75.79 checking for sys/types.h... (cached) yes #11 75.84 checking for stdint.h... (cached) yes #11 75.88 checking for sys/select.h... yes #11 76.05 checking for stdbool.h... yes #11 76.20 checking for stdckdint.h... no #11 76.31 checking for sys/random.h... yes #11 76.45 checking for sys/stat.h... (cached) yes #11 76.47 checking whether it is safe to define __EXTENSIONS__... yes #11 76.61 checking whether _XOPEN_SOURCE should be defined... no #11 76.76 checking for Minix Amsterdam compiler... no #11 76.85 checking for ar... ar #11 76.86 checking for ranlib... ranlib #11 76.86 checking for gcc option to enable large file support... none needed #11 77.11 checking for gcc option for timestamps after 2038... none needed #11 77.24 checking for g++... g++ #11 77.35 checking whether we are using the GNU C++ compiler... yes #11 77.46 checking whether g++ accepts -g... yes #11 77.56 checking for g++ option to enable C++11 features... none needed #11 104.9 checking how to run the C++ preprocessor... g++ -E #11 105.4 checking whether gcc accepts -g3 -O2... yes #11 105.8 checking whether the compiler is clang... no #11 106.1 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 106.2 checking whether -Wno-missing-field-initializers is needed... yes #11 106.7 checking whether -Wuninitialized is supported... yes #11 107.0 checking whether C compiler handles -fstrict-flex-arrays... no #11 107.2 checking whether C compiler handles -Wall... yes #11 107.6 checking whether C compiler handles -Warith-conversion... yes #11 108.0 checking whether C compiler handles -Wdate-time... yes #11 108.5 checking whether C compiler handles -Wdisabled-optimization... yes #11 108.8 checking whether C compiler handles -Wdouble-promotion... yes #11 109.2 checking whether C compiler handles -Wduplicated-cond... yes #11 109.5 checking whether C compiler handles -Wextra... yes #11 109.9 checking whether C compiler handles -Wformat-signedness... yes #11 110.2 checking whether C compiler handles -Winit-self... yes #11 110.7 checking whether C compiler handles -Winvalid-pch... yes #11 111.1 checking whether C compiler handles -Wlogical-op... yes #11 111.5 checking whether C compiler handles -Wmissing-declarations... yes #11 111.9 checking whether C compiler handles -Wmissing-include-dirs... yes #11 112.3 checking whether C compiler handles -Wmissing-prototypes... yes #11 112.6 checking whether C compiler handles -Wnested-externs... yes #11 112.9 checking whether C compiler handles -Wnull-dereference... yes #11 113.3 checking whether C compiler handles -Wold-style-definition... yes #11 113.7 checking whether C compiler handles -Wopenmp-simd... yes #11 114.1 checking whether C compiler handles -Wpacked... yes #11 114.6 checking whether C compiler handles -Wpointer-arith... yes #11 114.9 checking whether C compiler handles -Wstrict-flex-arrays... no #11 115.2 checking whether C compiler handles -Wstrict-prototypes... yes #11 115.6 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 115.9 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 116.3 checking whether C compiler handles -Wsuggest-final-methods... yes #11 116.6 checking whether C compiler handles -Wsuggest-final-types... yes #11 116.8 checking whether C compiler handles -Wtrampolines... yes #11 117.1 checking whether C compiler handles -Wuninitialized... yes #11 117.5 checking whether C compiler handles -Wunknown-pragmas... yes #11 117.8 checking whether C compiler handles -Wunused-macros... yes #11 118.2 checking whether C compiler handles -Wvariadic-macros... yes #11 118.5 checking whether C compiler handles -Wvector-operation-performance... yes #11 118.8 checking whether C compiler handles -Wwrite-strings... yes #11 119.2 checking whether C compiler handles -Warray-bounds=2... yes #11 119.5 checking whether C compiler handles -Wattribute-alias=2... yes #11 119.9 checking whether C compiler handles -Wformat=2... yes #11 120.4 checking whether C compiler handles -Wformat-truncation=2... yes #11 120.8 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 121.1 checking whether C compiler handles -Wshift-overflow=2... yes #11 121.4 checking whether C compiler handles -Wuse-after-free=3... no #11 121.6 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 121.9 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 122.1 checking whether C compiler handles -Wredundant-decls... yes #11 122.2 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 122.2 checking whether C compiler handles -Wno-override-init... yes #11 122.5 checking whether C compiler handles -Wno-sign-compare... yes #11 122.6 checking whether C compiler handles -Wno-type-limits... yes #11 122.8 checking whether C compiler handles -Wno-unused-parameter... yes #11 123.1 checking whether C compiler handles -Wno-format-nonliteral... yes #11 123.2 checking whether C compiler handles -Wno-bidi-chars... no #11 123.3 checking for a BSD-compatible install... /usr/bin/install -c #11 124.2 checking command to symlink files in the same directory... ln -s #11 124.3 checking for install-info... : #11 124.3 checking for gzip... /bin/gzip #11 124.3 checking for 'find' args to delete a file... -delete #11 124.3 checking for brew... no #11 124.8 checking for -znocombreloc... not needed #11 124.8 checking whether addresses are sanitized... no #11 124.9 checking for math library... -lm #11 125.7 checking for struct passwd.pw_gecos... yes #11 125.8 checking for pkg-config... /usr/bin/pkg-config #11 125.8 checking pkg-config is at least version 0.9.0... yes #11 125.8 checking for machine/soundcard.h... no #11 125.9 checking for sys/soundcard.h... yes #11 126.0 checking for soundcard.h... no #11 126.0 checking for mmsystem.h... no #11 126.1 checking for _oss_ioctl in -lossaudio... no #11 126.2 checking for alsa >= 1.0.0... no #11 126.2 checking for ADDR_NO_RANDOMIZE... yes #11 126.4 checking if Linux sysinfo may be used... yes #11 126.7 checking for sys/wait.h that is POSIX.1 compatible... yes #11 126.9 checking for net/if.h... yes #11 127.0 checking for ifaddrs.h... yes #11 127.2 checking for net/if_dl.h... no #11 127.4 checking for struct ifreq.ifr_flags... yes #11 127.6 checking for struct ifreq.ifr_hwaddr... yes #11 135.0 checking for struct ifreq.ifr_netmask... yes #11 135.6 checking for struct ifreq.ifr_broadaddr... yes #11 136.1 checking for struct ifreq.ifr_addr... yes #11 136.5 checking for struct ifreq.ifr_addr.sa_len... no #11 136.9 checking whether gcc understands -MMD -MF... yes #11 137.0 checking for X... no #11 137.3 checking AppKit/AppKit.h usability... yes #11 141.4 checking AppKit/AppKit.h presence... yes #11 142.1 checking for AppKit/AppKit.h... yes #11 142.1 checking for Mac OS X 12.0 or later... yes #11 142.3 checking for gcc... gcc #11 142.5 checking whether we are using the GNU Objective C compiler... yes #11 142.7 checking whether gcc accepts -g... yes #11 142.8 checking if the Objective C compiler supports instancetype... yes #11 143.0 checking if the Objective C compiler defaults to C99... no #11 143.1 checking whether malloc is Doug Lea style... no #11 143.4 checking for sbrk... yes #11 143.8 checking for __lsan_ignore_object... no #11 144.2 checking for fchmod... yes #11 144.7 checking for utmpname... yes #11 145.3 checking for utmpxname... yes #11 145.8 checking for canonicalize_file_name... yes #11 146.1 checking for realpath... yes #11 146.8 checking for lstat... yes #11 147.2 checking for fchmodat... yes #11 147.7 checking for lchmod... no #11 147.9 checking for fcntl... yes #11 148.3 checking for fdopendir... yes #11 148.7 checking for listxattr... yes #11 149.1 checking for fstatat... yes #11 149.6 checking for fsync... yes #11 149.9 checking for gettimeofday... yes #11 150.3 checking for memset_explicit... no #11 150.9 checking for memset_s... no #11 151.3 checking for pselect... yes #11 151.9 checking for readlink... yes #11 152.4 checking for isblank... yes #11 152.9 checking for iswctype... yes #11 153.3 checking for strtoimax... yes #11 153.9 checking for symlink... yes #11 154.5 checking for localtime_r... yes #11 157.0 checking for getdtablesize... yes #11 158.2 checking for getpagesize... yes #11 158.5 checking for working mmap... yes #11 160.5 checking for main in -lXbsd... no #11 160.8 checking for pthread library... -lpthread #11 161.9 checking for thread support... yes #11 161.9 checking for librsvg-2.0 >= 2.14.0... no #11 161.9 checking for libwebpdemux >= 0.6.0... no #11 162.0 checking for WebPGetInfo... no #11 162.5 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 162.6 checking for sqlite3_open_v2 in -lsqlite3... no #11 162.8 checking for getaddrinfo_a in -lanl... yes #11 163.2 checking for malloc_trim... yes #11 163.7 checking for dbus-1 >= 1.0... yes #11 163.8 checking for dbus_watch_get_unix_fd... yes #11 164.3 checking for dbus_type_is_valid... yes #11 164.8 checking for dbus_validate_bus_name... yes #11 165.3 checking for dbus_validate_path... yes #11 165.6 checking for dbus_validate_interface... yes #11 166.0 checking for dbus_validate_member... yes #11 166.4 checking for lgetfilecon in -lselinux... no #11 166.8 checking for gnutls >= 2.12.2... yes #11 166.9 checking for libsystemd >= 222... no #11 166.9 checking for jansson >= 2.7... no #11 166.9 checking for tree-sitter >= 0.20.2... no #11 167.0 checking for tree-sitter >= 0.6.3... no #11 167.1 checking sys/inotify.h usability... yes #11 167.5 checking sys/inotify.h presence... yes #11 167.6 checking for sys/inotify.h... yes #11 167.6 checking for inotify_init1... yes #11 168.3 checking for jpeglib 6b or later... no #11 168.8 checking for lcms2... no #11 168.8 checking for library containing inflateEnd... -lz #11 169.8 checking for dladdr... yes #11 170.4 checking for dlfunc... no #11 170.9 checking for libpng >= 1.0.0... no #11 171.0 checking for libpng not configured by pkg-config... no #11 171.2 checking tiffio.h usability... no #11 171.4 checking tiffio.h presence... no #11 171.5 checking for tiffio.h... no #11 171.5 checking gif_lib.h usability... no #11 171.8 checking gif_lib.h presence... no #11 171.9 checking for gif_lib.h... no #11 171.9 checking gpm.h usability... no #11 172.1 checking gpm.h presence... no #11 172.1 checking for gpm.h... no #11 172.2 checking for libxml-2.0 > 2.6.17... no #11 172.2 checking for maillock in -lmail... no #11 172.5 checking for maillock in -llockfile... no #11 172.8 checking for liblockfile.so... no #11 172.8 checking maillock.h usability... no #11 173.2 checking maillock.h presence... no #11 173.3 checking for maillock.h... no #11 173.4 checking linux/seccomp.h usability... yes #11 173.8 checking linux/seccomp.h presence... yes #11 173.8 checking for linux/seccomp.h... yes #11 173.9 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 174.3 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 174.6 checking linux/filter.h usability... yes #11 174.9 checking linux/filter.h presence... yes #11 175.0 checking for linux/filter.h... yes #11 175.1 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 175.2 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 175.3 checking for libseccomp >= 2.5.2... no #11 175.3 checking size of long... 8 #11 176.2 checking for accept4... yes #11 176.8 checking for fchdir... yes #11 177.3 checking for gethostname... yes #11 178.1 checking for getrusage... yes #11 178.8 checking for get_current_dir_name... yes #11 179.4 checking for lrand48... yes #11 179.9 checking for random... yes #11 180.6 checking for rint... yes #11 181.1 checking for tcdrain... yes #11 181.7 checking for trunc... yes #11 182.5 checking for select... yes #11 182.9 checking for getpagesize... (cached) yes #11 183.0 checking for setlocale... yes #11 183.3 checking for newlocale... yes #11 183.7 checking for getrlimit... yes #11 184.3 checking for setrlimit... yes #11 184.8 checking for shutdown... yes #11 185.7 checking for pthread_sigmask... (cached) yes #11 185.7 checking for strsignal... yes #11 186.2 checking for setitimer... yes #11 186.8 checking for sendto... yes #11 187.9 checking for recvfrom... yes #11 188.5 checking for getsockname... yes #11 189.2 checking for getifaddrs... yes #11 189.8 checking for freeifaddrs... yes #11 190.6 checking for gai_strerror... yes #11 191.2 checking for sync... yes #11 191.8 checking for endpwent... yes #11 192.4 checking for getgrent... yes #11 193.0 checking for endgrent... yes #11 193.6 checking for renameat2... yes #11 194.5 checking for cfmakeraw... yes #11 195.0 checking for cfsetspeed... yes #11 195.6 checking for __executable_start... yes #11 196.2 checking for log2... yes #11 198.6 checking for pthread_setname_np... yes #11 199.2 checking for pthread_set_name_np... no #11 199.6 checking for getpwent... yes #11 200.2 checking whether pthread_setname_np takes a single argument... no #11 200.6 checking whether pthread_setname_np takes three arguments... no #11 200.9 checking for aligned_alloc... yes #11 201.5 checking whether aligned_alloc is declared... yes #11 201.8 checking for posix_madvise... yes #11 202.6 checking for madvise... yes #11 203.2 checking for __builtin_frame_address... yes #11 203.8 checking for __builtin_unwind_init... yes #11 204.3 checking for _LARGEFILE_SOURCE value needed for large files... no #11 204.8 checking for grantpt... yes #11 205.4 checking for getpt... yes #11 206.1 checking for posix_openpt... yes #11 206.7 checking for library containing tputs... -ltinfo #11 207.8 checking whether -ltinfo library defines BC... yes #11 208.5 checking for timerfd interface... yes #11 208.7 checking whether signals can be handled on alternate stack... yes #11 209.0 checking valgrind/valgrind.h usability... no #11 209.3 checking valgrind/valgrind.h presence... no #11 209.4 checking for valgrind/valgrind.h... no #11 209.4 checking for struct unipair.unicode... yes #11 209.6 checking for pid_t... yes #11 210.6 checking vfork.h usability... no #11 210.9 checking vfork.h presence... no #11 211.0 checking for vfork.h... no #11 211.0 checking for fork... yes #11 211.7 checking for vfork... yes #11 212.3 checking for working fork... yes #11 212.8 checking for working vfork... (cached) yes #11 212.9 checking for snprintf... yes #11 213.4 checking for open_memstream... yes #11 213.8 checking spawn.h usability... yes #11 214.2 checking spawn.h presence... yes #11 214.4 checking for spawn.h... yes #11 214.4 checking for posix_spawn... yes #11 215.1 checking for posix_spawn_file_actions_addchdir... no #11 215.7 checking for posix_spawn_file_actions_addchdir_np... yes #11 216.3 checking for posix_spawnattr_setflags... yes #11 216.9 checking whether POSIX_SPAWN_SETSID is declared... yes #11 217.2 checking whether GLib is linked in... no #11 217.4 checking for nl_langinfo and CODESET... yes #11 218.0 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 218.4 checking for mbstate_t... yes #11 219.0 checking for signals via characters... yes #11 219.4 checking for _setjmp... yes #11 220.0 checking for sigsetjmp... yes #11 220.7 checking POSIX termios... yes #11 221.4 checking size of speed_t... 4 #11 222.2 checking for usable FIONREAD... yes #11 222.5 checking for usable SIGIO... yes #11 222.7 checking for struct alignment... yes #11 223.1 checking for C/C++ restrict keyword... __restrict__ #11 223.4 checking for typeof syntax and keyword spelling... typeof #11 223.8 checking for statement expressions... yes #11 224.1 checking whether malloc (0) returns nonnull... yes #11 224.7 checking sys/acl.h usability... yes #11 225.2 checking sys/acl.h presence... yes #11 225.3 checking for sys/acl.h... yes #11 225.3 checking for library containing acl_get_file... -lacl #11 226.4 checking for acl_get_file... yes #11 227.1 checking for acl_get_fd... yes #11 227.8 checking for acl_set_file... yes #11 228.5 checking for acl_set_fd... yes #11 229.3 checking for acl_free... yes #11 229.9 checking for acl_from_mode... yes #11 230.3 checking for acl_from_text... yes #11 231.0 checking for acl_delete_def_file... yes #11 231.7 checking for acl_extended_file... yes #11 232.3 checking for acl_delete_fd_np... no #11 232.9 checking for acl_delete_file_np... no #11 233.6 checking for acl_copy_ext_native... no #11 234.3 checking for acl_create_entry_np... no #11 234.8 checking for acl_to_short_text... no #11 235.4 checking for acl_free_text... no #11 236.1 checking for working acl_get_file... yes #11 236.7 checking acl/libacl.h usability... yes #11 237.2 checking acl/libacl.h presence... yes #11 237.3 checking for acl/libacl.h... yes #11 237.3 checking for acl_entries... yes #11 237.9 checking for ACL_FIRST_ENTRY... yes #11 238.2 checking for ACL_TYPE_EXTENDED... no #11 238.6 checking for working alloca.h... yes #11 239.2 checking for alloca... yes #11 239.7 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 239.7 checking whether the preprocessor supports include_next... yes #11 240.1 checking whether source code line length is unlimited... yes #11 240.4 checking whether endutent is declared... yes #11 240.8 checking for struct utmpx.ut_user... yes #11 241.3 checking for struct utmp.ut_user... yes #11 241.8 checking for struct utmpx.ut_name... yes #11 242.4 checking for struct utmp.ut_name... yes #11 243.0 checking for struct utmpx.ut_type... yes #11 243.6 checking for struct utmp.ut_type... yes #11 244.2 checking for struct utmpx.ut_pid... yes #11 244.8 checking for struct utmp.ut_pid... yes #11 245.3 checking for struct utmp.ut_tv... yes #11 246.2 checking for struct utmpx.ut_host... yes #11 246.7 checking for struct utmp.ut_host... yes #11 247.1 checking for struct utmpx.ut_id... yes #11 247.7 checking for struct utmp.ut_id... yes #11 248.3 checking for struct utmpx.ut_session... yes #11 249.1 checking for struct utmp.ut_session... yes #11 249.7 checking for struct utmpx.ut_exit... yes #11 250.7 checking for struct utmp.ut_exit... yes #11 251.7 checking for struct utmpx.ut_exit.ut_exit... no #11 252.5 checking for struct utmpx.ut_exit.e_exit... yes #11 253.0 checking for struct utmp.ut_exit.e_exit... yes #11 253.4 checking for struct utmpx.ut_exit.ut_termination... no #11 254.2 checking for struct utmpx.ut_exit.e_termination... yes #11 254.6 checking for struct utmp.ut_exit.e_termination... yes #11 255.2 checking whether sysinfo is declared... yes #11 255.4 checking for sys/sysctl.h... yes #11 255.9 checking for sysctl... yes #11 256.5 checking whether lstat correctly handles trailing slash... yes #11 257.4 checking whether // is distinct from /... no #11 257.4 checking whether realpath works... yes #11 258.3 checking for faccessat... yes #11 258.7 checking for getcwd... yes #11 259.3 checking whether byte ordering is bigendian... no #11 260.0 checking if environ is properly declared... yes #11 260.4 checking for complete errno.h... yes #11 260.5 checking whether ctype.h defines __header_inline... no #11 260.7 checking for mode_t... yes #11 261.6 checking whether strmode is declared... no #11 262.0 checking whether getline is declared... yes #11 262.5 checking for gawk... no #11 262.5 checking for mawk... mawk #11 262.5 checking for getopt.h... (cached) yes #11 262.5 checking for getopt_long_only... yes #11 263.0 checking whether getopt is POSIX compatible... yes #11 264.9 checking for working GNU getopt function... yes #11 265.8 checking for working GNU getopt_long function... yes #11 266.5 checking whether timespec_get is declared... yes #11 266.9 checking for timespec_get... yes #11 267.4 checking for struct timeval... yes #11 267.7 checking for wide-enough struct timeval.tv_sec member... yes #11 267.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 268.1 checking whether the compiler produces multi-arch binaries... no #11 268.3 checking whether stdint.h conforms to C99... yes #11 269.2 checking whether stdint.h works without ISO C predefines... yes #11 269.5 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 269.8 checking whether memmem is declared... yes #11 271.6 checking whether memrchr is declared... yes #11 273.2 checking whether defines MIN and MAX... no #11 273.6 checking whether defines MIN and MAX... yes #11 273.9 checking whether time_t is signed... yes #11 274.2 checking whether alarm is declared... yes #11 274.7 checking for working mktime... no #11 275.7 checking whether struct tm is in sys/time.h or time.h... time.h #11 276.1 checking for struct tm.tm_zone... yes #11 276.5 checking for struct tm.tm_gmtoff... yes #11 276.7 checking whether is self-contained... yes #11 277.9 checking for inline... inline #11 278.4 checking for sigset_t... yes #11 279.0 checking for volatile sig_atomic_t... yes #11 279.8 checking for sighandler_t... yes #11 280.4 checking for wchar_t... yes #11 280.7 checking for good max_align_t... yes #11 281.1 checking whether NULL can be used in arbitrary expressions... yes #11 281.3 checking for unreachable... no #11 282.1 checking whether fcloseall is declared... yes #11 282.7 checking whether getw is declared... yes #11 283.4 checking whether putw is declared... yes #11 283.8 checking which flavor of printf attribute matches inttypes macros... system #11 284.2 checking whether strnlen is declared... yes #11 284.8 checking whether strtoimax is declared... yes #11 285.3 checking whether stat file-mode macros are broken... no #11 285.6 checking for nlink_t... yes #11 286.2 checking for struct timespec in ... yes #11 286.6 checking for TIME_UTC in ... yes #11 286.9 checking whether execvpe is declared... yes #11 287.4 checking whether clearerr_unlocked is declared... yes #11 288.0 checking whether feof_unlocked is declared... yes #11 288.6 checking whether ferror_unlocked is declared... yes #11 289.1 checking whether fflush_unlocked is declared... yes #11 289.7 checking whether fgets_unlocked is declared... yes #11 290.4 checking whether fputc_unlocked is declared... yes #11 291.0 checking whether fputs_unlocked is declared... yes #11 291.4 checking whether fread_unlocked is declared... yes #11 292.0 checking whether fwrite_unlocked is declared... yes #11 292.6 checking whether getc_unlocked is declared... yes #11 293.2 checking whether getchar_unlocked is declared... yes #11 293.9 checking whether putc_unlocked is declared... yes #11 294.5 checking whether putchar_unlocked is declared... yes #11 294.9 checking type of array argument to getgroups... gid_t #11 295.7 checking whether getdelim is declared... yes #11 296.2 checking whether getdtablesize is declared... yes #11 296.8 checking whether malloc is ptrdiff_t safe... yes #11 297.1 checking whether malloc, realloc, calloc set errno on failure... yes #11 297.1 checking for O_CLOEXEC... yes #11 297.4 checking for promoted mode_t type... mode_t #11 297.7 checking whether the utimes function works... yes #11 298.8 checking for C compiler option to allow warnings... -Wno-error #11 299.3 checking for alignas and alignof... yes, macros #11 300.0 checking for alloca as a compiler built-in... yes #11 300.1 checking for static_assert... yes, an macro #11 300.6 checking for __builtin_expect... yes #11 301.1 checking byteswap.h usability... yes #11 301.7 checking byteswap.h presence... yes #11 301.8 checking for byteswap.h... yes #11 301.8 checking for readlinkat... yes #11 302.4 checking for library containing clock_gettime... none required #11 303.0 checking for clock_getres... yes #11 303.7 checking for clock_gettime... yes #11 304.1 checking for clock_settime... yes #11 304.7 checking for copy_file_range... yes #11 305.2 checking for d_type member in directory struct... yes #11 305.7 checking whether // is distinct from /... (cached) no #11 305.7 checking whether dup2 works... yes #11 306.4 checking for library containing backtrace_symbols_fd... none required #11 306.9 checking for faccessat... (cached) yes #11 306.9 checking whether fchmodat works... no #11 307.8 checking for readlinkat... (cached) yes #11 307.8 checking whether fcntl handles F_DUPFD correctly... yes #11 308.7 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 309.6 checking whether fdopendir is declared... yes #11 309.9 checking whether fdopendir works... yes #11 310.7 checking for flexible array member... yes #11 311.2 checking for __fpending... yes #11 311.8 checking whether __fpending is declared... yes #11 312.1 checking whether free is known to preserve errno... no #11 312.3 checking whether fstatat (..., 0) works... yes #11 312.9 checking for sys/mount.h... yes #11 313.3 checking for statvfs function (SVR4)... yes #11 313.9 checking whether to use statvfs64... no #11 314.2 checking for two-argument statfs with statfs.f_frsize member... yes #11 314.8 checking sys/fs/s5param.h usability... no #11 315.2 checking sys/fs/s5param.h presence... no #11 315.3 checking for sys/fs/s5param.h... no #11 315.4 checking sys/statfs.h usability... yes #11 315.9 checking sys/statfs.h presence... yes #11 316.0 checking for sys/statfs.h... yes #11 316.1 checking for statfs that truncates block counts... no #11 316.4 checking for futimens... yes #11 316.9 checking whether futimens works... yes #11 318.6 checking for getline... yes #11 319.1 checking for working getline function... yes #11 319.8 checking for getloadavg... yes #11 320.3 checking sys/loadavg.h usability... no #11 320.5 checking sys/loadavg.h presence... no #11 320.6 checking for sys/loadavg.h... no #11 320.7 checking whether getloadavg is declared... yes #11 321.1 checking for getrandom... yes #11 321.7 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 322.2 checking for gettimeofday with POSIX signature... yes #11 322.5 checking whether the compiler supports the __inline keyword... yes #11 322.9 checking gmp.h usability... yes #11 323.6 checking gmp.h presence... yes #11 323.7 checking for gmp.h... yes #11 323.7 checking for library containing __gmpz_roinit_n... -lgmp #11 324.8 checking for memmem... yes #11 325.3 checking whether memmem works... yes #11 325.9 checking for mempcpy... yes #11 326.6 checking for memrchr... yes #11 327.2 checking for explicit_memset... no #11 327.7 checking for mkostemp... yes #11 328.3 checking for library containing nanosleep... none required #11 328.8 checking for working nanosleep... no (mishandles large arguments) #11 330.7 checking for sys/pstat.h... no #11 331.1 checking for sys/sysmp.h... no #11 331.5 checking for sys/param.h... (cached) yes #11 331.6 checking for sys/sysctl.h... (cached) yes #11 331.7 checking for sched_getaffinity_np... no #11 332.4 checking for pstat_getdynamic... no #11 333.0 checking for sysmp... no #11 333.6 checking for sysctl... (cached) yes #11 333.6 checking for sched_getaffinity... yes #11 334.4 checking for glibc compatible sched_getaffinity... yes #11 334.8 checking for pipe2... yes #11 335.4 checking whether signature of pselect conforms to POSIX... yes #11 335.8 checking whether pselect detects invalid fds... yes #11 336.4 checking whether pthread_sigmask is a macro... no #11 336.5 checking whether pthread_sigmask returns error numbers... yes #11 337.2 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 340.0 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 341.0 checking whether readlink signature is correct... yes #11 341.2 checking whether readlink handles trailing slash correctly... yes #11 341.9 checking whether readlink truncates results correctly... yes #11 342.4 checking for readlinkat... (cached) yes #11 342.4 checking whether readlinkat signature is correct... yes #11 342.8 checking for working re_compile_pattern... no #11 343.8 checking libintl.h usability... yes #11 344.2 checking libintl.h presence... yes #11 344.3 checking for libintl.h... yes #11 344.4 checking whether isblank is declared... yes #11 344.7 checking for sig2str... no #11 345.2 checking for sigdescr_np... no #11 345.8 checking for socklen_t... yes #11 346.6 checking for ssize_t... yes #11 346.8 checking for struct stat.st_atim.tv_nsec... yes #11 347.3 checking whether struct stat.st_atim is of type struct timespec... yes #11 347.8 checking for struct stat.st_birthtimespec.tv_nsec... no #11 348.3 checking for struct stat.st_birthtimensec... no #11 348.8 checking for struct stat.st_birthtim.tv_nsec... no #11 349.3 checking for bool, true, false... no #11 349.5 checking for stpcpy... yes #11 350.2 checking for working strnlen... yes #11 350.9 checking whether strtoimax works... yes #11 351.5 checking whether symlink handles trailing slash correctly... yes #11 351.9 checking whether localtime_r is declared... yes #11 352.3 checking whether localtime_r is compatible with its POSIX signature... yes #11 352.6 checking whether localtime works even near extrema... yes #11 353.2 checking for timezone_t... no #11 353.5 checking for timegm... yes #11 354.1 checking whether timer_settime is declared... yes #11 354.3 checking for library containing timer_settime... -lrt #11 355.4 checking for timer_settime... yes #11 355.8 checking for utimensat... yes #11 356.3 checking whether utimensat works... yes #11 358.1 checking for variable-length arrays... yes #11 358.6 checking whether getdtablesize works... yes #11 359.3 checking for __mktime_internal... no #11 360.0 checking for timer_getoverrun... yes #11 360.5 checking for gcc option to disable position independent executables... not needed #11 360.5 checking for __ctype_get_mb_cur_max... yes #11 361.0 checking whether MB_CUR_MAX is defined to function that won't link... no #11 361.2 #11 361.2 Configured for 'x86_64-pc-linux-gnu'. #11 361.2 #11 361.2 Where should the build process find the source code? . #11 361.2 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 361.2 Should Emacs use the GNU version of malloc? no #11 361.2 (The GNU allocators don't work with this system configuration.) #11 361.2 Should Emacs use a relocating allocator for buffers? no #11 361.2 Should Emacs use mmap(2) for buffer allocation? no #11 361.2 What window system should Emacs use? nextstep #11 361.2 What toolkit should Emacs use? none #11 361.2 Where do we find X Windows header files? NONE #11 361.2 Where do we find X Windows libraries? NONE #11 361.2 Does Emacs use -lXaw3d? no #11 361.2 Is Emacs being built for Android? no #11 361.2 Does Emacs use the X Double Buffer Extension? no #11 361.2 Does Emacs use -lXpm? no #11 361.2 Does Emacs use -ljpeg? no #11 361.2 Does Emacs use -ltiff? no #11 361.2 Does Emacs use a gif library? no #11 361.2 Does Emacs use a png library? no #11 361.2 Does Emacs use -lrsvg-2? no #11 361.2 Does Emacs use -lwebp? no #11 361.2 Does Emacs use -lsqlite3? no #11 361.2 Does Emacs use cairo? no #11 361.2 Does Emacs use -llcms2? no #11 361.2 Does Emacs use imagemagick? no #11 361.2 Does Emacs use native APIs for images? yes (ns) #11 361.2 Does Emacs support sound? yes #11 361.2 Does Emacs use -lgpm? no #11 361.2 Does Emacs use -ldbus? yes #11 361.2 Does Emacs use -lgconf? no #11 361.2 Does Emacs use GSettings? no #11 361.2 Does Emacs use a file notification library? yes -lglibc (inotify) #11 361.2 Does Emacs use access control lists? yes -lacl -lattr #11 361.2 Does Emacs use -lselinux? no #11 361.2 Does Emacs use -lgnutls? yes #11 361.2 Does Emacs use -lxml2? no #11 361.2 Does Emacs use -lfreetype? no #11 361.2 Does Emacs use HarfBuzz? no #11 361.2 Does Emacs use -lm17n-flt? no #11 361.2 Does Emacs use -lotf? no #11 361.2 Does Emacs use -lxft? no #11 361.2 Does Emacs use -lsystemd? no #11 361.2 Does Emacs use -ljansson? no #11 361.2 Does Emacs use -ltree-sitter? no #11 361.2 Does Emacs use the GMP library? yes #11 361.2 Does Emacs directly use zlib? yes #11 361.2 Does Emacs have dynamic modules support? yes #11 361.2 Does Emacs use toolkit scroll bars? yes #11 361.2 Does Emacs support Xwidgets? no #11 361.2 Does Emacs have threading support in lisp? yes #11 361.2 Does Emacs support the portable dumper? yes #11 361.2 Does Emacs support legacy unexec dumping? no #11 361.2 Which dumping strategy does Emacs use? pdumper #11 361.2 Does Emacs have native lisp compiler? no #11 361.2 Does Emacs use version 2 of the X Input Extension? no #11 361.2 Does Emacs generate a smaller-size Japanese dictionary? no #11 361.2 #11 361.2 #11 361.2 #11 361.2 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 361.2 Run 'make install' in order to build an application bundle. #11 361.2 The application will go to nextstep/Emacs.app and can be run or moved #11 361.2 from there. #11 361.2 The application will be fully self-contained. #11 361.2 #11 362.6 configure: creating ./config.status #11 363.5 configure: WARNING: This configuration installs a 'movemail' program #11 363.5 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 363.5 installed a 'movemail' program that retrieved POP3 email via only #11 363.5 insecure channels, a practice that is no longer recommended but that #11 363.5 you can continue to support by using './configure --with-pop'. #11 363.5 configure: You might want to install GNU Mailutils #11 363.5 and use './configure --with-mailutils'. #11 365.1 MAKE='make' ./config.status #11 365.6 config.status: creating src/verbose.mk #11 365.9 config.status: creating src/emacs-module.h #11 366.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 366.4 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 366.6 config.status: creating Makefile #11 366.8 config.status: creating lib/gnulib.mk #11 367.2 config.status: creating ./doc/man/emacs.1 #11 367.4 config.status: creating lib/Makefile #11 367.6 config.status: creating lib-src/Makefile #11 367.9 config.status: creating oldXMenu/Makefile #11 368.1 config.status: creating src/Makefile #11 368.4 config.status: creating lwlib/Makefile #11 368.6 config.status: creating nextstep/Makefile #11 368.7 config.status: creating nt/Makefile #11 369.0 config.status: creating doc/emacs/Makefile #11 369.2 config.status: creating doc/misc/Makefile #11 369.4 config.status: creating doc/lispintro/Makefile #11 369.7 config.status: creating doc/lispref/Makefile #11 369.9 config.status: creating lisp/Makefile #11 370.1 config.status: creating leim/Makefile #11 370.3 config.status: creating test/Makefile #11 370.6 config.status: creating test/manual/noverlay/Makefile #11 370.8 config.status: creating test/infra/Makefile #11 370.9 config.status: creating admin/charsets/Makefile #11 371.2 config.status: creating admin/unidata/Makefile #11 371.4 config.status: creating admin/grammars/Makefile #11 371.6 config.status: creating java/Makefile #11 371.9 config.status: creating cross/Makefile #11 372.1 config.status: creating java/AndroidManifest.xml #11 372.4 config.status: creating src/config.h #11 372.6 config.status: executing src/epaths.h commands #11 372.6 make[3]: Entering directory '/checkout' #11 372.8 make[3]: Leaving directory '/checkout' #11 372.9 config.status: executing src/.gdbinit commands #11 372.9 config.status: executing doc/emacs/emacsver.texi commands #11 373.4 config.status: executing etc-refcards-emacsver.tex commands #11 373.4 make[3]: Entering directory '/checkout' #11 373.5 make[3]: Leaving directory '/checkout' #11 373.5 make[2]: Leaving directory '/checkout' #11 373.5 make actual-all #11 373.5 make[2]: Entering directory '/checkout' #11 373.9 make -C lib all #11 374.3 make[3]: Entering directory '/checkout/lib' #11 374.3 GEN alloca.h #11 374.4 GEN dirent.h #11 374.4 GEN fcntl.h #11 374.5 GEN malloc/dynarray.gl.h #11 374.6 GEN malloc/dynarray-skeleton.gl.h #11 374.7 GEN inttypes.h #11 374.8 GEN limits.h #11 374.8 GEN signal.h #11 374.9 GEN stdckdint.h #11 374.9 GEN stddef.h #11 375.0 GEN stdio.h #11 375.4 GEN stdlib.h #11 376.0 GEN string.h #11 376.4 GEN sys/random.h #11 376.4 GEN sys/select.h #11 376.5 GEN sys/stat.h #11 376.6 GEN sys/time.h #11 376.7 GEN sys/types.h #11 376.8 GEN time.h #11 376.9 GEN unistd.h #11 377.5 CC fingerprint.o #11 377.7 CC mktime.o #11 379.0 CC acl-errno-valid.o #11 379.5 CC acl-internal.o #11 380.2 CC get-permissions.o #11 380.7 CC set-permissions.o #11 381.4 CC allocator.o #11 381.6 CC binary-io.o #11 382.2 CC boot-time.o #11 383.1 CC c-ctype.o #11 383.5 CC c-strcasecmp.o #11 383.9 CC c-strncasecmp.o #11 384.3 CC careadlinkat.o #11 385.1 CC close-stream.o #11 385.6 CC copy-file-range.o #11 386.1 CC count-leading-zeros.o #11 386.6 CC count-one-bits.o #11 387.0 CC count-trailing-zeros.o #11 387.4 CC md5-stream.o #11 388.0 CC md5.o #11 389.6 CC sha1.o #11 392.7 CC sha256.o #11 398.2 CC sha512.o #11 405.9 CC dtoastr.o #11 406.5 CC dtotimespec.o #11 406.9 CC fchmodat.o #11 407.7 CC fcntl.o #11 408.2 CC file-has-acl.o #11 409.1 CC filemode.o #11 409.5 CC filevercmp.o #11 410.1 CC free.o #11 410.4 CC fsusage.o #11 410.9 CC gettime.o #11 411.3 CC malloc/dynarray_at_failure.o #11 411.6 CC malloc/dynarray_emplace_enlarge.o #11 412.2 CC malloc/dynarray_finalize.o #11 412.7 CC malloc/dynarray_resize.o #11 413.1 CC malloc/dynarray_resize_clear.o #11 413.5 CC memset_explicit.o #11 413.7 CC nanosleep.o #11 414.2 CC nproc.o #11 414.9 CC nstrftime.o #11 418.5 CC pipe2.o #11 418.9 CC qcopy-acl.o #11 419.4 CC regex.o #11 441.6 CC sig2str.o #11 442.3 CC sigdescr_np.o #11 442.8 CC stat-time.o #11 443.2 CC tempname.o #11 444.1 CC time_rz.o #11 445.1 CC timegm.o #11 445.4 CC timespec.o #11 445.8 CC timespec-add.o #11 446.1 CC timespec-sub.o #11 446.6 CC u64.o #11 446.8 CC unistd.o #11 447.3 CC openat-die.o #11 447.9 CC save-cwd.o #11 448.2 AR libgnu.a #11 449.1 make[3]: Leaving directory '/checkout/lib' #11 449.1 make -C lib-src all #11 449.2 make[3]: Entering directory '/checkout/lib-src' #11 449.2 CCLD etags #11 468.8 CCLD ctags #11 488.2 CCLD emacsclient #11 492.3 CCLD ebrowse #11 500.4 CCLD hexl #11 501.6 CC pop.o #11 501.8 CCLD movemail #11 503.0 CCLD make-docfile #11 506.8 CCLD make-fingerprint #11 508.0 make[3]: Leaving directory '/checkout/lib-src' #11 508.0 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #11 508.0 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #11 508.9 make[3]: Entering directory '/checkout/src' #11 508.9 GEN globals.h #11 520.2 CC dispnew.o #11 539.6 CC frame.o #11 567.4 CC scroll.o #11 571.4 CC xdisp.o #11 731.6 CC menu.o #11 739.1 CC window.o #11 772.0 CC charset.o #11 785.9 CC coding.o #11 850.1 CC category.o #11 854.4 CC ccl.o #11 867.3 CC character.o #11 874.2 CC chartab.o #11 883.1 CC bidi.o #11 892.1 CC cm.o #11 894.5 CC term.o #11 909.2 CC terminal.o #11 912.6 CC xfaces.o #11 939.3 CC dbusbind.o #11 956.4 CC emacs.o #11 965.1 CC keyboard.o #11 1021. CC macros.o #11 1024. CC keymap.o #11 1042. CC sysdep.o #11 1052. CC bignum.o #11 1055. CC buffer.o #11 1072. CC filelock.o #11 1076. CC insdel.o #11 1084. CC marker.o #11 1089. CC minibuf.o #11 1101. CC fileio.o #11 1122. CC dired.o #11 1126. CC cmds.o #11 1130. CC casetab.o #11 1132. CC casefiddle.o #11 1137. CC indent.o #11 1148. CC search.o #11 1164. CC regex-emacs.o #11 1199. CC undo.o #11 1202. CC alloc.o #11 1222. CC pdumper.o #11 1239. CC data.o #11 1260. GEN buildobj.h #11 1262. CC doc.o #11 1266. CC editfns.o #11 1290. CC callint.o #11 1296. CC eval.o #11 1316. CC floatfns.o #11 1320. CC fns.o #11 1353. CC sort.o #11 1357. CC font.o #11 1387. CC print.o #11 1400. CC lread.o #11 1424. CC emacs-module.o #11 1435. CC syntax.o #11 1458. CC bytecode.o #11 1472. CC comp.o #11 1474. CC dynlib.o #11 1474. CC process.o #11 1504. CC gnutls.o #11 1515. CC callproc.o #11 1521. CC region-cache.o #11 1523. CC sound.o #11 1526. CC timefns.o #11 1533. CC atimer.o #11 1536. CC doprnt.o #11 1539. CC intervals.o #11 1549. CC textprop.o #11 1562. CC composite.o #11 1575. CC xml.o #11 1576. CC lcms.o #11 1576. CC inotify.o #11 1581. CC profiler.o #11 1584. CC decompress.o #11 1587. CC thread.o #11 1590. CC systhread.o #11 1592. CC sqlite.o #11 1594. CC treesit.o #11 1595. CC itree.o #11 1600. CC fontset.o #11 1614. CC fringe.o #11 1625. CC image.o #11 1640. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #11 1640. 143 | #define PIX_MASK_DRAW 1 #11 1640. | #11 1641. CC nsterm.o #11 1641. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1641. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1643. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1643. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1643. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1643. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1643. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1643. | ^~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1643. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1643. | ^~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1643. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1643. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1643. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1643. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 88 | #if GS_API_VERSION(0,011500) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1643. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1643. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1643. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1643. | ^~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1643. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1643. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1643. | ^~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1643. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1643. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1643. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1643. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1643. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1643. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1643. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1643. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 45 | #if GS_EXPOSE(NSArchiver) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 114 | #if GS_EXPOSE(NSBundle) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 43 | #if GS_EXPOSE(NSCache) #11 1643. | ^~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 113 | #if GS_EXPOSE(NSException) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1643. 303 | NSGetUncaughtExceptionHandler(); #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 53 | #if GS_EXPOSE(NSExpression) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 47 | #if GS_EXPOSE(NSTimer) #11 1643. | ^~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1643. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1643. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 46 | #if GS_EXPOSE(NSRunLoop) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1643. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 40 | #if GS_EXPOSE(NSDistantObject) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 74 | #if GS_EXPOSE(NSLock) #11 1643. | ^~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 125 | #if GS_EXPOSE(NSCondition) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 175 | #if GS_EXPOSE(NSConditionLock) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1643. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 134 | #if GS_EXPOSE(NSError) #11 1643. | ^~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1643. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 182 | #if GS_EXPOSE(NSURLHandle) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 73 | #if GS_EXPOSE(NSURL) #11 1643. | ^~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1643. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 633 | #if GS_EXPOSE(NSURLComponents) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 160 | #if GS_EXPOSE(NSPipe) #11 1643. | ^~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 215 | #if GS_EXPOSE(NSFileManager) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 42 | #if GS_EXPOSE(NSHost) #11 1643. | ^~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 47 | #if GS_EXPOSE(NSIndexPath) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 49 | #if GS_EXPOSE(NSIndexSet) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 38 | #if GS_EXPOSE(NSInvocation) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 103 | #if GS_EXPOSE(NSLocale) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 361 | #if GS_EXPOSE(NSNetService) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 53 | #if GS_EXPOSE(NSPortCoder) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 77 | #if GS_EXPOSE(NSPort) #11 1643. | ^~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 202 | #if GS_EXPOSE(NSSocketPort) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 284 | #if GS_EXPOSE(NSMessagePort) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 47 | #if GS_EXPOSE(NSPortMessage) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 53 | #if GS_EXPOSE(NSProgress) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 42 | #if GS_EXPOSE(NSScanner) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 58 | #if GS_EXPOSE(NSSpellServer) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 51 | #if GS_EXPOSE(NSTask) #11 1643. | ^~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 59 | #if GS_EXPOSE(NSThread) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 87 | #if GS_EXPOSE(NSUndoManager) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 105 | #if GS_EXPOSE(NSURLCache) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 48 | #if GS_EXPOSE(NSURLConnection) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 56 | #if GS_EXPOSE(NSURLCredential) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 49 | #if GS_EXPOSE(NSURLDownload) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 92 | #if GS_EXPOSE(NSURLRequest) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 49 | #if GS_EXPOSE(NSURLResponse) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1643. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1643. | ^ #11 1643. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1643. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1643. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1643. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1643. from nsgui.h:34, #11 1643. from dispextern.h:137, #11 1643. from nsterm.h:22, #11 1643. from nsterm.m:48: #11 1643. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1643. | ^ #11 1643. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1643. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1643. | ^ #11 1644. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 72 | #if GS_EXPOSE(NSXMLParser) #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1644. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1644. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1644. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1644. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1644. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1644. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1644. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1644. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1644. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1644. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1644. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1644. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1644. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1644. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1644. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1644. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1644. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1644. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1644. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1644. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1644. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1644. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1644. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1644. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1644. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1644. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1644. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1644. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1644. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1644. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1644. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1644. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1644. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1644. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1644. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1644. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1644. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1644. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1644. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1644. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1644. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1644. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1644. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1644. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1644. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1644. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1644. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1644. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1644. | ^~~~~~~~~~~~~~~~~~~~ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1644. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1644. | ^~~~~~~~~~~~~~~~~~~~ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1644. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1644. | ^ #11 1644. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1644. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1644. from nsgui.h:34, #11 1644. from dispextern.h:137, #11 1644. from nsterm.h:22, #11 1644. from nsterm.m:48: #11 1644. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1644. | ^ #11 1644. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1644. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1644. | ^ #11 1645. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1645. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1645. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1645. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1645. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1645. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1645. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1645. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1645. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1645. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1645. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1645. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1645. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1645. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1645. | ^ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1645. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1645. | ^ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 125 | __attribute__((unused)); #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 129 | __attribute__((unused)); #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 133 | __attribute__((unused)); #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 214 | __attribute__((unused)); #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 247 | __attribute__((unused)); #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 251 | __attribute__((unused)); #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 259 | __attribute__((unused)); #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 263 | __attribute__((unused)); #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 267 | __attribute__((unused)); #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 271 | __attribute__((unused)); #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 275 | __attribute__((unused)); #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 287 | __attribute__((unused)); #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 311 | __attribute__((unused)); #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 323 | __attribute__((unused)); #11 1645. | ^~~~~~~~~~~~~ #11 1645. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1645. from nsgui.h:34, #11 1645. from dispextern.h:137, #11 1645. from nsterm.h:22, #11 1645. from nsterm.m:48: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 493 | PSgsave() #11 1645. | ^~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 499 | PSgrestore() #11 1645. | ^~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 505 | PSinitgraphics() #11 1645. | ^~~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 622 | PSinitmatrix() #11 1645. | ^~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 669 | PSclip() #11 1645. | ^~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 675 | PSclosepath() #11 1645. | ^~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 687 | PSeoclip() #11 1645. | ^~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 693 | PSeofill() #11 1645. | ^~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 699 | PSfill() #11 1645. | ^~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 705 | PSflattenpath() #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 711 | PSinitclip() #11 1645. | ^~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 729 | PSnewpath() #11 1645. | ^~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 765 | PSreversepath() #11 1645. | ^~~~~~~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 783 | PSstroke() #11 1645. | ^~~~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1645. 835 | PSWait() #11 1645. | ^~~~~~ #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1645. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1646. nsterm.m: In function 'ns_set_undecorated': #11 1646. nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #11 1646. 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #11 1646. | ^ #11 1646. nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #11 1646. nsterm.m: In function '-[EmacsView showFontPanel]': #11 1646. nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #11 1646. 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #11 1646. | ^ #11 1682. CC nsfns.o #11 1682. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1682. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1683. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1683. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1683. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1683. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1683. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1683. from nsgui.h:34, #11 1683. from dispextern.h:137, #11 1683. from nsterm.h:22, #11 1683. from nsfns.m:38: #11 1683. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1683. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1683. | ^ #11 1683. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1683. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1683. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1683. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1683. from nsgui.h:34, #11 1683. from dispextern.h:137, #11 1683. from nsterm.h:22, #11 1683. from nsfns.m:38: #11 1683. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1683. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1683. | ^ #11 1683. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1683. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1683. | ^~~~~~~~~~~~~~~~~~~~ #11 1683. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1683. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1683. | ^~~~~~~~~~~~~~~~~~~~ #11 1683. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1683. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1683. | ^ #11 1683. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1683. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1683. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1683. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1683. from nsgui.h:34, #11 1683. from dispextern.h:137, #11 1683. from nsterm.h:22, #11 1683. from nsfns.m:38: #11 1683. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1683. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1683. | ^ #11 1683. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1683. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1683. | ^ #11 1683. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1683. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1683. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1683. from nsgui.h:34, #11 1683. from dispextern.h:137, #11 1683. from nsterm.h:22, #11 1683. from nsfns.m:38: #11 1683. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1683. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1683. | ^ #11 1683. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1683. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1683. | ^ #11 1683. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1683. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1683. | ^ #11 1683. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1683. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1683. | ^ #11 1683. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1683. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1683. | ^ #11 1683. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1683. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1683. | ^ #11 1683. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1683. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1683. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1683. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1683. from nsgui.h:34, #11 1683. from dispextern.h:137, #11 1683. from nsterm.h:22, #11 1683. from nsfns.m:38: #11 1683. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1683. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1683. | ^ #11 1683. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1683. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1683. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1684. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1684. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 88 | #if GS_API_VERSION(0,011500) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1684. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1684. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1684. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1684. | ^~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1684. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1684. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1684. | ^~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1684. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1684. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1684. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1684. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1684. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1684. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1684. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1684. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 45 | #if GS_EXPOSE(NSArchiver) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 114 | #if GS_EXPOSE(NSBundle) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 43 | #if GS_EXPOSE(NSCache) #11 1684. | ^~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 113 | #if GS_EXPOSE(NSException) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1684. 303 | NSGetUncaughtExceptionHandler(); #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 53 | #if GS_EXPOSE(NSExpression) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 47 | #if GS_EXPOSE(NSTimer) #11 1684. | ^~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1684. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1684. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 46 | #if GS_EXPOSE(NSRunLoop) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1684. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 40 | #if GS_EXPOSE(NSDistantObject) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 74 | #if GS_EXPOSE(NSLock) #11 1684. | ^~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 125 | #if GS_EXPOSE(NSCondition) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 175 | #if GS_EXPOSE(NSConditionLock) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1684. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 134 | #if GS_EXPOSE(NSError) #11 1684. | ^~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1684. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 182 | #if GS_EXPOSE(NSURLHandle) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 73 | #if GS_EXPOSE(NSURL) #11 1684. | ^~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1684. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 633 | #if GS_EXPOSE(NSURLComponents) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 160 | #if GS_EXPOSE(NSPipe) #11 1684. | ^~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 215 | #if GS_EXPOSE(NSFileManager) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 42 | #if GS_EXPOSE(NSHost) #11 1684. | ^~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 47 | #if GS_EXPOSE(NSIndexPath) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 49 | #if GS_EXPOSE(NSIndexSet) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 38 | #if GS_EXPOSE(NSInvocation) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 103 | #if GS_EXPOSE(NSLocale) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 361 | #if GS_EXPOSE(NSNetService) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 53 | #if GS_EXPOSE(NSPortCoder) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 77 | #if GS_EXPOSE(NSPort) #11 1684. | ^~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 202 | #if GS_EXPOSE(NSSocketPort) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 284 | #if GS_EXPOSE(NSMessagePort) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 47 | #if GS_EXPOSE(NSPortMessage) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 53 | #if GS_EXPOSE(NSProgress) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 42 | #if GS_EXPOSE(NSScanner) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 58 | #if GS_EXPOSE(NSSpellServer) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 51 | #if GS_EXPOSE(NSTask) #11 1684. | ^~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 59 | #if GS_EXPOSE(NSThread) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 87 | #if GS_EXPOSE(NSUndoManager) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 105 | #if GS_EXPOSE(NSURLCache) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 48 | #if GS_EXPOSE(NSURLConnection) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 56 | #if GS_EXPOSE(NSURLCredential) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 49 | #if GS_EXPOSE(NSURLDownload) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 92 | #if GS_EXPOSE(NSURLRequest) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 49 | #if GS_EXPOSE(NSURLResponse) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1684. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1684. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 72 | #if GS_EXPOSE(NSXMLParser) #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1684. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1684. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1684. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1684. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1684. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1684. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1684. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1684. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1684. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1684. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1684. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1684. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1684. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1684. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1684. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1684. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1684. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1684. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1684. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1684. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1684. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1684. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1684. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1684. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1684. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1684. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1684. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1684. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1684. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1684. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1684. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1684. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1684. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1684. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1684. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1684. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1684. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1684. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1684. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1684. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1684. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1684. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1684. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1684. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1684. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1684. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1684. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1684. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1684. | ^~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1684. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1684. | ^~~~~~~~~~~~~~~~~~~~ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1684. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1684. | ^ #11 1684. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1684. | ^ #11 1684. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1684. from nsgui.h:34, #11 1684. from dispextern.h:137, #11 1684. from nsterm.h:22, #11 1684. from nsfns.m:38: #11 1684. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1684. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1684. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1685. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1685. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1685. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1685. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1685. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1685. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1685. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1685. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1685. | ^ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1685. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1685. | ^ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 125 | __attribute__((unused)); #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 129 | __attribute__((unused)); #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 133 | __attribute__((unused)); #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 214 | __attribute__((unused)); #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 247 | __attribute__((unused)); #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 251 | __attribute__((unused)); #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 259 | __attribute__((unused)); #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 263 | __attribute__((unused)); #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 267 | __attribute__((unused)); #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 271 | __attribute__((unused)); #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 275 | __attribute__((unused)); #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 287 | __attribute__((unused)); #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 311 | __attribute__((unused)); #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 323 | __attribute__((unused)); #11 1685. | ^~~~~~~~~~~~~ #11 1685. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1685. from nsgui.h:34, #11 1685. from dispextern.h:137, #11 1685. from nsterm.h:22, #11 1685. from nsfns.m:38: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 493 | PSgsave() #11 1685. | ^~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 499 | PSgrestore() #11 1685. | ^~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 505 | PSinitgraphics() #11 1685. | ^~~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 622 | PSinitmatrix() #11 1685. | ^~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 669 | PSclip() #11 1685. | ^~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 675 | PSclosepath() #11 1685. | ^~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 687 | PSeoclip() #11 1685. | ^~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 693 | PSeofill() #11 1685. | ^~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 699 | PSfill() #11 1685. | ^~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 705 | PSflattenpath() #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 711 | PSinitclip() #11 1685. | ^~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 729 | PSnewpath() #11 1685. | ^~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 765 | PSreversepath() #11 1685. | ^~~~~~~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 783 | PSstroke() #11 1685. | ^~~~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1685. 835 | PSWait() #11 1685. | ^~~~~~ #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1685. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1685. nsfns.m: At top level: #11 1685. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #11 1685. 689 | ns_make_frame_key_window (struct frame *f) #11 1685. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1702. CC nsmenu.o #11 1702. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1702. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1704. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1704. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1704. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1704. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1704. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1704. | ^~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1704. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1704. | ^~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1704. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1704. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1704. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1704. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 88 | #if GS_API_VERSION(0,011500) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1704. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1704. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1704. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1704. | ^~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1704. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1704. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1704. | ^~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1704. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1704. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1704. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1704. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1704. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1704. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1704. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1704. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 45 | #if GS_EXPOSE(NSArchiver) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 114 | #if GS_EXPOSE(NSBundle) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 43 | #if GS_EXPOSE(NSCache) #11 1704. | ^~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 113 | #if GS_EXPOSE(NSException) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1704. 303 | NSGetUncaughtExceptionHandler(); #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 53 | #if GS_EXPOSE(NSExpression) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 47 | #if GS_EXPOSE(NSTimer) #11 1704. | ^~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1704. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1704. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 46 | #if GS_EXPOSE(NSRunLoop) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1704. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 40 | #if GS_EXPOSE(NSDistantObject) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 74 | #if GS_EXPOSE(NSLock) #11 1704. | ^~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 125 | #if GS_EXPOSE(NSCondition) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 175 | #if GS_EXPOSE(NSConditionLock) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1704. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 134 | #if GS_EXPOSE(NSError) #11 1704. | ^~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1704. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 182 | #if GS_EXPOSE(NSURLHandle) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 73 | #if GS_EXPOSE(NSURL) #11 1704. | ^~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1704. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 633 | #if GS_EXPOSE(NSURLComponents) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 160 | #if GS_EXPOSE(NSPipe) #11 1704. | ^~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 215 | #if GS_EXPOSE(NSFileManager) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 42 | #if GS_EXPOSE(NSHost) #11 1704. | ^~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 47 | #if GS_EXPOSE(NSIndexPath) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 49 | #if GS_EXPOSE(NSIndexSet) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 38 | #if GS_EXPOSE(NSInvocation) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 103 | #if GS_EXPOSE(NSLocale) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1704. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 361 | #if GS_EXPOSE(NSNetService) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1704. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1704. | ^ #11 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1704. from nsgui.h:34, #11 1704. from dispextern.h:137, #11 1704. from window.h:23, #11 1704. from nsmenu.m:29: #11 1704. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1704. 53 | #if GS_EXPOSE(NSPortCoder) #11 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1705. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 77 | #if GS_EXPOSE(NSPort) #11 1705. | ^~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 202 | #if GS_EXPOSE(NSSocketPort) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 284 | #if GS_EXPOSE(NSMessagePort) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 47 | #if GS_EXPOSE(NSPortMessage) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 53 | #if GS_EXPOSE(NSProgress) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 42 | #if GS_EXPOSE(NSScanner) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 58 | #if GS_EXPOSE(NSSpellServer) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1705. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 51 | #if GS_EXPOSE(NSTask) #11 1705. | ^~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1705. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 59 | #if GS_EXPOSE(NSThread) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1705. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 87 | #if GS_EXPOSE(NSUndoManager) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 105 | #if GS_EXPOSE(NSURLCache) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 48 | #if GS_EXPOSE(NSURLConnection) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 56 | #if GS_EXPOSE(NSURLCredential) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 49 | #if GS_EXPOSE(NSURLDownload) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 92 | #if GS_EXPOSE(NSURLRequest) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 49 | #if GS_EXPOSE(NSURLResponse) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1705. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1705. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 72 | #if GS_EXPOSE(NSXMLParser) #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1705. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1705. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1705. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1705. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1705. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1705. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1705. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1705. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1705. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1705. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1705. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1705. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1705. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1705. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1705. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1705. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1705. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1705. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1705. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1705. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1705. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1705. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1705. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1705. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1705. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1705. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1705. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1705. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1705. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1705. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1705. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1705. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1705. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1705. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1705. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1705. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1705. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1705. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1705. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1705. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1705. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1705. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1705. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1705. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1705. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1705. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1705. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1705. | ^~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1705. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1705. | ^~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1705. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1705. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1705. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1705. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1705. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1705. | ^ #11 1705. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1705. | ^ #11 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1705. from nsgui.h:34, #11 1705. from dispextern.h:137, #11 1705. from window.h:23, #11 1705. from nsmenu.m:29: #11 1705. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1705. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1705. | ^ #11 1706. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1706. from nsgui.h:34, #11 1706. from dispextern.h:137, #11 1706. from window.h:23, #11 1706. from nsmenu.m:29: #11 1706. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1706. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1706. | ^ #11 1706. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1706. from nsgui.h:34, #11 1706. from dispextern.h:137, #11 1706. from window.h:23, #11 1706. from nsmenu.m:29: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1706. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1706. | ^ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 125 | __attribute__((unused)); #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 129 | __attribute__((unused)); #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 133 | __attribute__((unused)); #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 214 | __attribute__((unused)); #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 247 | __attribute__((unused)); #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 251 | __attribute__((unused)); #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 259 | __attribute__((unused)); #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 263 | __attribute__((unused)); #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 267 | __attribute__((unused)); #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 271 | __attribute__((unused)); #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 275 | __attribute__((unused)); #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 287 | __attribute__((unused)); #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 311 | __attribute__((unused)); #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 323 | __attribute__((unused)); #11 1706. | ^~~~~~~~~~~~~ #11 1706. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1706. from nsgui.h:34, #11 1706. from dispextern.h:137, #11 1706. from window.h:23, #11 1706. from nsmenu.m:29: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 493 | PSgsave() #11 1706. | ^~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 499 | PSgrestore() #11 1706. | ^~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 505 | PSinitgraphics() #11 1706. | ^~~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 622 | PSinitmatrix() #11 1706. | ^~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 669 | PSclip() #11 1706. | ^~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 675 | PSclosepath() #11 1706. | ^~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 687 | PSeoclip() #11 1706. | ^~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 693 | PSeofill() #11 1706. | ^~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 699 | PSfill() #11 1706. | ^~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 705 | PSflattenpath() #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 711 | PSinitclip() #11 1706. | ^~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 729 | PSnewpath() #11 1706. | ^~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 765 | PSreversepath() #11 1706. | ^~~~~~~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 783 | PSstroke() #11 1706. | ^~~~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1706. 835 | PSWait() #11 1706. | ^~~~~~ #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1706. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1713. CC nsselect.o #11 1713. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1713. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1714. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1714. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1714. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1714. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1714. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1714. | ^~~~~~~~~~~~~~~~~~~~ #11 1714. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1714. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1714. | ^~~~~~~~~~~~~~~~~~~~ #11 1714. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1714. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1714. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1714. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1714. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 88 | #if GS_API_VERSION(0,011500) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1714. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1714. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1714. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1714. | ^~~~~~~~~~ #11 1714. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1714. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1714. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1714. | ^~~~~~~~~~ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1714. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1714. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1714. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1714. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1714. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1714. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1714. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1714. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 45 | #if GS_EXPOSE(NSArchiver) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1714. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1714. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1714. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 114 | #if GS_EXPOSE(NSBundle) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 43 | #if GS_EXPOSE(NSCache) #11 1714. | ^~~~~~~~~~~~~~~~~~~~ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1714. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 113 | #if GS_EXPOSE(NSException) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1714. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1714. 303 | NSGetUncaughtExceptionHandler(); #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 53 | #if GS_EXPOSE(NSExpression) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 47 | #if GS_EXPOSE(NSTimer) #11 1714. | ^~~~~~~~~~~~~~~~~~~~ #11 1714. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1714. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1714. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 46 | #if GS_EXPOSE(NSRunLoop) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1714. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1714. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1714. | ^ #11 1714. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1714. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1714. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1714. | ^ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1714. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 40 | #if GS_EXPOSE(NSDistantObject) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1714. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1714. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1714. from nsgui.h:34, #11 1714. from dispextern.h:137, #11 1714. from nsterm.h:22, #11 1714. from nsselect.m:31: #11 1714. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1714. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1714. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 74 | #if GS_EXPOSE(NSLock) #11 1715. | ^~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 125 | #if GS_EXPOSE(NSCondition) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 175 | #if GS_EXPOSE(NSConditionLock) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1715. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 134 | #if GS_EXPOSE(NSError) #11 1715. | ^~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1715. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 182 | #if GS_EXPOSE(NSURLHandle) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 73 | #if GS_EXPOSE(NSURL) #11 1715. | ^~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1715. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 633 | #if GS_EXPOSE(NSURLComponents) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 160 | #if GS_EXPOSE(NSPipe) #11 1715. | ^~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 215 | #if GS_EXPOSE(NSFileManager) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 42 | #if GS_EXPOSE(NSHost) #11 1715. | ^~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 47 | #if GS_EXPOSE(NSIndexPath) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 49 | #if GS_EXPOSE(NSIndexSet) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 38 | #if GS_EXPOSE(NSInvocation) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 103 | #if GS_EXPOSE(NSLocale) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 361 | #if GS_EXPOSE(NSNetService) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 53 | #if GS_EXPOSE(NSPortCoder) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 77 | #if GS_EXPOSE(NSPort) #11 1715. | ^~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 202 | #if GS_EXPOSE(NSSocketPort) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 284 | #if GS_EXPOSE(NSMessagePort) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 47 | #if GS_EXPOSE(NSPortMessage) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 53 | #if GS_EXPOSE(NSProgress) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 42 | #if GS_EXPOSE(NSScanner) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 58 | #if GS_EXPOSE(NSSpellServer) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 51 | #if GS_EXPOSE(NSTask) #11 1715. | ^~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 59 | #if GS_EXPOSE(NSThread) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 87 | #if GS_EXPOSE(NSUndoManager) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 105 | #if GS_EXPOSE(NSURLCache) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 48 | #if GS_EXPOSE(NSURLConnection) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 56 | #if GS_EXPOSE(NSURLCredential) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 49 | #if GS_EXPOSE(NSURLDownload) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 92 | #if GS_EXPOSE(NSURLRequest) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 49 | #if GS_EXPOSE(NSURLResponse) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1715. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1715. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 72 | #if GS_EXPOSE(NSXMLParser) #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1715. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1715. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1715. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1715. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1715. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1715. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1715. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1715. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1715. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1715. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1715. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1715. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1715. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1715. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1715. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1715. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1715. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1715. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1715. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1715. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1715. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1715. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1715. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1715. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1715. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1715. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1715. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1715. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1715. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1715. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1715. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1715. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1715. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1715. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1715. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1715. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1715. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1715. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1715. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1715. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1715. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1715. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1715. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1715. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1715. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1715. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1715. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1715. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1715. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1715. from nsgui.h:34, #11 1715. from dispextern.h:137, #11 1715. from nsterm.h:22, #11 1715. from nsselect.m:31: #11 1715. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1715. | ^ #11 1715. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1715. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1715. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1716. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1716. | ^~~~~~~~~~~~~~~~~~~~ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1716. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1716. | ^~~~~~~~~~~~~~~~~~~~ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1716. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1716. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1716. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1716. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1716. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1716. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1716. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1716. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1716. | ^ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1716. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1716. | ^ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 125 | __attribute__((unused)); #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 129 | __attribute__((unused)); #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 133 | __attribute__((unused)); #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 214 | __attribute__((unused)); #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 247 | __attribute__((unused)); #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 251 | __attribute__((unused)); #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 259 | __attribute__((unused)); #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 263 | __attribute__((unused)); #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 267 | __attribute__((unused)); #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 271 | __attribute__((unused)); #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 275 | __attribute__((unused)); #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 287 | __attribute__((unused)); #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 311 | __attribute__((unused)); #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 323 | __attribute__((unused)); #11 1716. | ^~~~~~~~~~~~~ #11 1716. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1716. from nsgui.h:34, #11 1716. from dispextern.h:137, #11 1716. from nsterm.h:22, #11 1716. from nsselect.m:31: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 493 | PSgsave() #11 1716. | ^~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 499 | PSgrestore() #11 1716. | ^~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 505 | PSinitgraphics() #11 1716. | ^~~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 622 | PSinitmatrix() #11 1716. | ^~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 669 | PSclip() #11 1716. | ^~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 675 | PSclosepath() #11 1716. | ^~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 687 | PSeoclip() #11 1716. | ^~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 693 | PSeofill() #11 1716. | ^~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 699 | PSfill() #11 1716. | ^~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 705 | PSflattenpath() #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 711 | PSinitclip() #11 1716. | ^~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 729 | PSnewpath() #11 1716. | ^~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 765 | PSreversepath() #11 1716. | ^~~~~~~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 783 | PSstroke() #11 1716. | ^~~~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1716. 835 | PSWait() #11 1716. | ^~~~~~ #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1716. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1721. CC nsimage.o #11 1721. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1721. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1722. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1722. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1722. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1722. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1722. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1722. | ^~~~~~~~~~~~~~~~~~~~ #11 1722. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1722. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1722. | ^~~~~~~~~~~~~~~~~~~~ #11 1722. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1722. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1722. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1722. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1722. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 88 | #if GS_API_VERSION(0,011500) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1722. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1722. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1722. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1722. | ^~~~~~~~~~ #11 1722. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1722. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1722. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1722. | ^~~~~~~~~~ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1722. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1722. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1722. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1722. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1722. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1722. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1722. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1722. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1722. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 45 | #if GS_EXPOSE(NSArchiver) #11 1722. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1722. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1722. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1722. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1722. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1722. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 114 | #if GS_EXPOSE(NSBundle) #11 1722. | ^~~~~~~~~~~~~~~~~~~~~ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 43 | #if GS_EXPOSE(NSCache) #11 1722. | ^~~~~~~~~~~~~~~~~~~~ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1722. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1722. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 113 | #if GS_EXPOSE(NSException) #11 1722. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1722. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1722. 303 | NSGetUncaughtExceptionHandler(); #11 1722. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 53 | #if GS_EXPOSE(NSExpression) #11 1722. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1722. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1722. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 47 | #if GS_EXPOSE(NSTimer) #11 1722. | ^~~~~~~~~~~~~~~~~~~~ #11 1722. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1722. | ^ #11 1722. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1722. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1722. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1722. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 46 | #if GS_EXPOSE(NSRunLoop) #11 1722. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1722. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1722. | ^ #11 1722. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1722. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1722. from nsgui.h:34, #11 1722. from dispextern.h:137, #11 1722. from nsimage.m:33: #11 1722. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1722. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1722. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1723. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 40 | #if GS_EXPOSE(NSDistantObject) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 74 | #if GS_EXPOSE(NSLock) #11 1723. | ^~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 125 | #if GS_EXPOSE(NSCondition) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 175 | #if GS_EXPOSE(NSConditionLock) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1723. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 134 | #if GS_EXPOSE(NSError) #11 1723. | ^~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1723. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 182 | #if GS_EXPOSE(NSURLHandle) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 73 | #if GS_EXPOSE(NSURL) #11 1723. | ^~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1723. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 633 | #if GS_EXPOSE(NSURLComponents) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 160 | #if GS_EXPOSE(NSPipe) #11 1723. | ^~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 215 | #if GS_EXPOSE(NSFileManager) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 42 | #if GS_EXPOSE(NSHost) #11 1723. | ^~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 47 | #if GS_EXPOSE(NSIndexPath) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 49 | #if GS_EXPOSE(NSIndexSet) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 38 | #if GS_EXPOSE(NSInvocation) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 103 | #if GS_EXPOSE(NSLocale) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 361 | #if GS_EXPOSE(NSNetService) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 53 | #if GS_EXPOSE(NSPortCoder) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 77 | #if GS_EXPOSE(NSPort) #11 1723. | ^~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 202 | #if GS_EXPOSE(NSSocketPort) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 284 | #if GS_EXPOSE(NSMessagePort) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 47 | #if GS_EXPOSE(NSPortMessage) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 53 | #if GS_EXPOSE(NSProgress) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 42 | #if GS_EXPOSE(NSScanner) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 58 | #if GS_EXPOSE(NSSpellServer) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 51 | #if GS_EXPOSE(NSTask) #11 1723. | ^~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 59 | #if GS_EXPOSE(NSThread) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 87 | #if GS_EXPOSE(NSUndoManager) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 105 | #if GS_EXPOSE(NSURLCache) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 48 | #if GS_EXPOSE(NSURLConnection) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 56 | #if GS_EXPOSE(NSURLCredential) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 49 | #if GS_EXPOSE(NSURLDownload) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 92 | #if GS_EXPOSE(NSURLRequest) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 49 | #if GS_EXPOSE(NSURLResponse) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1723. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1723. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 72 | #if GS_EXPOSE(NSXMLParser) #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1723. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1723. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1723. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1723. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1723. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1723. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1723. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1723. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1723. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1723. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1723. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1723. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1723. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1723. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1723. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1723. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1723. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1723. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1723. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1723. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1723. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1723. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1723. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1723. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1723. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1723. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1723. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1723. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1723. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1723. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1723. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1723. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1723. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1723. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1723. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1723. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1723. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1723. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1723. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1723. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1723. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1723. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1723. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1723. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1723. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1723. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1723. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1723. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1723. | ^~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1723. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1723. | ^~~~~~~~~~~~~~~~~~~~ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1723. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1723. | ^ #11 1723. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1723. from nsgui.h:34, #11 1723. from dispextern.h:137, #11 1723. from nsimage.m:33: #11 1723. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1723. | ^ #11 1723. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1723. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1723. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1724. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1724. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1724. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1724. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1724. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1724. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1724. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1724. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1724. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1724. | ^ #11 1724. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1724. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1724. from nsgui.h:34, #11 1724. from dispextern.h:137, #11 1724. from nsimage.m:33: #11 1724. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1724. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1724. | ^ #11 1724. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "definedsection_end:1698410687:build_script section_start:1698410688: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-bbd4385a: No such file or directory section_end:1698410691:after_script section_start:1698410691:upload_artifacts_on_failure section_end:1698410695:upload_artifacts_on_failure ERROR: Job failed: exit code 1