Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1698062624: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:1698062651:prepare_executor section_start:1698062651:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-1 via emba.gnu.org... section_end:1698062671:prepare_script section_start:1698062671:get_sources $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/emacs/emacs/.git/ Created fresh repository. From https://emba.gnu.org/emacs/emacs * [new ref] baf14aa16accc97db32723d13fb65a5e8ead4d47 -> refs/pipelines/26872 * [new branch] master -> origin/master Checking out baf14aa1 as master... Skipping Git submodules setup section_end:1698062870:get_sources section_start:1698062870:restore_cache section_end:1698062896:restore_cache section_start:1698062896:download_artifacts section_end:1698062908:download_artifacts section_start:1698062908:build_script $ docker info Client: Debug Mode: false Server: Containers: 24 Running: 6 Paused: 0 Stopped: 18 Images: 10 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: No swap limit support WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-baf14aa16accc97db32723d13fb65a5e8ead4d47/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.1s done #1 DONE 0.8s #2 [internal] load .dockerignore #2 transferring context: 0.1s #2 transferring context: 2B 0.1s done #2 DONE 0.8s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 1.0s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:c141beaa9... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 12.83MB 2.8s #7 transferring context: 37.68MB 8.0s #7 transferring context: 60.78MB 13.1s #7 transferring context: 99.48MB 18.2s #7 transferring context: 104.71MB 23.2s #7 transferring context: 134.34MB 28.3s #7 transferring context: 159.59MB 33.3s #7 transferring context: 191.00MB 38.4s #7 transferring context: 209.28MB 44.2s #7 transferring context: 227.83MB 49.3s #7 transferring context: 240.22MB 51.1s done #7 DONE 51.7s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #8 [emacs-gnustep 2/6] COPY . /checkout #8 DONE 78.7s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 0.6s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 2.664 Checking whether you have the necessary tools... #10 2.664 (Read INSTALL.REPO for more details on building Emacs) #10 2.674 Checking for autoconf (need at least version 2.65) ... ok #10 2.883 Your system has the required tools. #10 2.896 Building aclocal.m4 ... #10 2.912 Running 'autoreconf -fi -I m4' ... #10 39.76 Building 'aclocal.m4' in exec ... #10 39.76 Running 'autoreconf -fi' in exec ... #10 47.94 You can now run './autogen.sh git'. #10 DONE 48.2s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 3.647 checking for xcrun... no #11 3.653 checking for GNU Make... make #11 3.715 checking build system type... x86_64-pc-linux-gnu #11 4.311 checking host system type... x86_64-pc-linux-gnu #11 4.389 checking for gcc... gcc #11 4.580 checking whether the C compiler works... yes #11 4.976 checking for C compiler default output file name... a.out #11 4.984 checking for suffix of executables... #11 5.226 checking whether we are cross compiling... no #11 5.602 checking for suffix of object files... o #11 5.802 checking whether we are using the GNU C compiler... yes #11 5.948 checking whether gcc accepts -g... yes #11 6.097 checking for gcc option to enable C11 features... none needed #11 6.401 checking whether the compiler is clang... no #11 6.603 checking for compiler option needed when checking for declarations... none #11 6.605 checking whether gcc and cc understand -c and -o together... yes #11 7.281 checking how to run the C preprocessor... gcc -E #11 7.589 checking for grep that handles long lines and -e... /bin/grep #11 7.598 checking for egrep... /bin/grep -E #11 7.611 checking for ANSI C header files... yes #11 8.579 checking for sys/types.h... yes #11 8.865 checking for sys/stat.h... yes #11 9.266 checking for stdlib.h... yes #11 9.613 checking for string.h... yes #11 10.12 checking for memory.h... yes #11 10.41 checking for strings.h... yes #11 10.75 checking for inttypes.h... yes #11 11.12 checking for stdint.h... yes #11 11.31 checking for unistd.h... yes #11 11.58 checking for wchar.h... yes #11 11.92 checking for minix/config.h... no #11 12.19 checking for linux/fs.h... yes #11 12.43 checking for malloc.h... yes #11 12.62 checking for sys/systeminfo.h... no #11 12.84 checking for sys/sysinfo.h... yes #11 13.17 checking for coff.h... no #11 13.40 checking for pty.h... yes #11 13.70 checking for sys/resource.h... yes #11 14.07 checking for sys/utsname.h... yes #11 14.49 checking for pwd.h... yes #11 14.88 checking for util.h... no #11 15.14 checking for sanitizer/lsan_interface.h... yes #11 15.38 checking for sanitizer/asan_interface.h... yes #11 15.61 checking for sanitizer/common_interface_defs.h... yes #11 16.07 checking for sys/socket.h... yes #11 16.46 checking for stdlib.h... (cached) yes #11 16.50 checking for unistd.h... (cached) yes #11 16.58 checking for sys/param.h... yes #11 16.91 checking for pthread.h... yes #11 17.19 checking for malloc/malloc.h... no #11 17.47 checking for sys/un.h... yes #11 17.63 checking for utmp.h... yes #11 18.15 checking for utmpx.h... yes #11 18.48 checking for OS.h... no #11 18.64 checking for dirent.h... yes #11 18.92 checking for execinfo.h... yes #11 19.26 checking for linux/xattr.h... yes #11 19.83 checking for stdio_ext.h... yes #11 20.36 checking for sys/vfs.h... yes #11 20.57 checking for sys/fs_types.h... no #11 20.73 checking for getopt.h... yes #11 20.92 checking for sys/cdefs.h... yes #11 21.24 checking for sys/time.h... yes #11 21.73 checking for ieee754.h... yes #11 22.19 checking for limits.h... yes #11 22.67 checking for inttypes.h... (cached) yes #11 22.73 checking for sys/types.h... (cached) yes #11 22.79 checking for stdint.h... (cached) yes #11 22.85 checking for sys/select.h... yes #11 23.28 checking for stdbool.h... yes #11 23.58 checking for stdckdint.h... no #11 23.93 checking for sys/random.h... yes #11 24.26 checking for sys/stat.h... (cached) yes #11 24.30 checking whether it is safe to define __EXTENSIONS__... yes #11 24.51 checking whether _XOPEN_SOURCE should be defined... no #11 24.73 checking for Minix Amsterdam compiler... no #11 24.78 checking for ar... ar #11 24.78 checking for ranlib... ranlib #11 24.79 checking for gcc option to enable large file support... none needed #11 25.22 checking for gcc option for timestamps after 2038... none needed #11 25.56 checking for g++... g++ #11 25.71 checking whether we are using the GNU C++ compiler... yes #11 25.85 checking whether g++ accepts -g... yes #11 26.01 checking for g++ option to enable C++11 features... none needed #11 74.81 checking how to run the C++ preprocessor... g++ -E #11 75.26 checking whether gcc accepts -g3 -O2... yes #11 75.57 checking whether the compiler is clang... no #11 75.78 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 76.03 checking whether -Wno-missing-field-initializers is needed... yes #11 76.51 checking whether -Wuninitialized is supported... yes #11 76.95 checking whether C compiler handles -fstrict-flex-arrays... no #11 77.18 checking whether C compiler handles -Wall... yes #11 77.46 checking whether C compiler handles -Warith-conversion... yes #11 77.98 checking whether C compiler handles -Wdate-time... yes #11 78.51 checking whether C compiler handles -Wdisabled-optimization... yes #11 78.88 checking whether C compiler handles -Wdouble-promotion... yes #11 79.17 checking whether C compiler handles -Wduplicated-cond... yes #11 79.53 checking whether C compiler handles -Wextra... yes #11 79.90 checking whether C compiler handles -Wformat-signedness... yes #11 80.21 checking whether C compiler handles -Winit-self... yes #11 80.56 checking whether C compiler handles -Winvalid-pch... yes #11 80.94 checking whether C compiler handles -Wlogical-op... yes #11 81.30 checking whether C compiler handles -Wmissing-declarations... yes #11 81.76 checking whether C compiler handles -Wmissing-include-dirs... yes #11 82.13 checking whether C compiler handles -Wmissing-prototypes... yes #11 82.44 checking whether C compiler handles -Wnested-externs... yes #11 82.76 checking whether C compiler handles -Wnull-dereference... yes #11 83.19 checking whether C compiler handles -Wold-style-definition... yes #11 84.00 checking whether C compiler handles -Wopenmp-simd... yes #11 84.55 checking whether C compiler handles -Wpacked... yes #11 85.00 checking whether C compiler handles -Wpointer-arith... yes #11 85.58 checking whether C compiler handles -Wstrict-flex-arrays... no #11 85.74 checking whether C compiler handles -Wstrict-prototypes... yes #11 86.01 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 86.46 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 86.89 checking whether C compiler handles -Wsuggest-final-methods... yes #11 87.20 checking whether C compiler handles -Wsuggest-final-types... yes #11 87.40 checking whether C compiler handles -Wtrampolines... yes #11 87.81 checking whether C compiler handles -Wuninitialized... yes #11 88.07 checking whether C compiler handles -Wunknown-pragmas... yes #11 88.35 checking whether C compiler handles -Wunused-macros... yes #11 88.66 checking whether C compiler handles -Wvariadic-macros... yes #11 89.04 checking whether C compiler handles -Wvector-operation-performance... yes #11 89.33 checking whether C compiler handles -Wwrite-strings... yes #11 89.60 checking whether C compiler handles -Warray-bounds=2... yes #11 90.23 checking whether C compiler handles -Wattribute-alias=2... yes #11 90.65 checking whether C compiler handles -Wformat=2... yes #11 91.05 checking whether C compiler handles -Wformat-truncation=2... yes #11 91.36 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 91.80 checking whether C compiler handles -Wshift-overflow=2... yes #11 92.26 checking whether C compiler handles -Wuse-after-free=3... no #11 92.37 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 92.93 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 93.51 checking whether C compiler handles -Wredundant-decls... yes #11 93.83 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 93.83 checking whether C compiler handles -Wno-override-init... yes #11 94.15 checking whether C compiler handles -Wno-sign-compare... yes #11 94.52 checking whether C compiler handles -Wno-type-limits... yes #11 94.98 checking whether C compiler handles -Wno-unused-parameter... yes #11 95.28 checking whether C compiler handles -Wno-format-nonliteral... yes #11 95.64 checking whether C compiler handles -Wno-bidi-chars... no #11 95.70 checking for a BSD-compatible install... /usr/bin/install -c #11 95.75 checking command to symlink files in the same directory... ln -s #11 95.77 checking for install-info... : #11 95.77 checking for gzip... /bin/gzip #11 95.78 checking for 'find' args to delete a file... -delete #11 95.80 checking for brew... no #11 96.76 checking for -znocombreloc... not needed #11 96.76 checking whether addresses are sanitized... no #11 96.89 checking for math library... -lm #11 98.04 checking for struct passwd.pw_gecos... yes #11 98.20 checking for pkg-config... /usr/bin/pkg-config #11 98.21 checking pkg-config is at least version 0.9.0... yes #11 98.25 checking for machine/soundcard.h... no #11 98.38 checking for sys/soundcard.h... yes #11 98.65 checking for soundcard.h... no #11 98.94 checking for mmsystem.h... no #11 99.19 checking for _oss_ioctl in -lossaudio... no #11 99.42 checking for alsa >= 1.0.0... no #11 99.47 checking for ADDR_NO_RANDOMIZE... yes #11 99.76 checking if Linux sysinfo may be used... yes #11 100.1 checking for sys/wait.h that is POSIX.1 compatible... yes #11 100.4 checking for net/if.h... yes #11 100.7 checking for ifaddrs.h... yes #11 101.0 checking for net/if_dl.h... no #11 101.3 checking for struct ifreq.ifr_flags... yes #11 101.7 checking for struct ifreq.ifr_hwaddr... yes #11 102.4 checking for struct ifreq.ifr_netmask... yes #11 102.9 checking for struct ifreq.ifr_broadaddr... yes #11 103.6 checking for struct ifreq.ifr_addr... yes #11 104.5 checking for struct ifreq.ifr_addr.sa_len... no #11 105.2 checking whether gcc understands -MMD -MF... yes #11 105.3 checking for X... no #11 106.1 checking AppKit/AppKit.h usability... yes #11 109.4 checking AppKit/AppKit.h presence... yes #11 110.0 checking for AppKit/AppKit.h... yes #11 110.0 checking for Mac OS X 12.0 or later... yes #11 110.2 checking for gcc... gcc #11 110.3 checking whether we are using the GNU Objective C compiler... yes #11 110.5 checking whether gcc accepts -g... yes #11 110.7 checking if the Objective C compiler supports instancetype... yes #11 110.8 checking if the Objective C compiler defaults to C99... no #11 111.0 checking whether malloc is Doug Lea style... no #11 111.3 checking for sbrk... yes #11 111.6 checking for __lsan_ignore_object... no #11 112.1 checking for fchmod... yes #11 112.8 checking for utmpname... yes #11 113.5 checking for utmpxname... yes #11 114.3 checking for canonicalize_file_name... yes #11 114.6 checking for realpath... yes #11 115.1 checking for lstat... yes #11 115.8 checking for fchmodat... yes #11 116.4 checking for lchmod... no #11 116.6 checking for fcntl... yes #11 117.1 checking for fdopendir... yes #11 117.6 checking for listxattr... yes #11 118.1 checking for fstatat... yes #11 118.8 checking for fsync... yes #11 119.5 checking for gettimeofday... yes #11 120.0 checking for memset_explicit... no #11 120.5 checking for memset_s... no #11 120.9 checking for pselect... yes #11 121.4 checking for readlink... yes #11 121.8 checking for isblank... yes #11 122.3 checking for iswctype... yes #11 122.9 checking for strtoimax... yes #11 123.5 checking for symlink... yes #11 123.9 checking for localtime_r... yes #11 124.5 checking for getdtablesize... yes #11 124.8 checking for getpagesize... yes #11 125.2 checking for working mmap... yes #11 125.8 checking for main in -lXbsd... no #11 126.1 checking for pthread library... -lpthread #11 127.0 checking for thread support... yes #11 127.0 checking for librsvg-2.0 >= 2.14.0... no #11 127.1 checking for libwebpdemux >= 0.6.0... no #11 127.1 checking for WebPGetInfo... no #11 127.6 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 127.6 checking for sqlite3_open_v2 in -lsqlite3... no #11 127.8 checking for getaddrinfo_a in -lanl... yes #11 128.3 checking for malloc_trim... yes #11 129.0 checking for dbus-1 >= 1.0... yes #11 129.1 checking for dbus_watch_get_unix_fd... yes #11 129.8 checking for dbus_type_is_valid... yes #11 130.3 checking for dbus_validate_bus_name... yes #11 131.3 checking for dbus_validate_path... yes #11 132.2 checking for dbus_validate_interface... yes #11 133.2 checking for dbus_validate_member... yes #11 134.2 checking for lgetfilecon in -lselinux... no #11 134.7 checking for gnutls >= 2.12.2... yes #11 134.8 checking for libsystemd >= 222... no #11 134.9 checking for jansson >= 2.7... no #11 135.0 checking for tree-sitter >= 0.20.2... no #11 135.1 checking for tree-sitter >= 0.6.3... no #11 135.2 checking sys/inotify.h usability... yes #11 135.7 checking sys/inotify.h presence... yes #11 135.9 checking for sys/inotify.h... yes #11 135.9 checking for inotify_init1... yes #11 136.6 checking for jpeglib 6b or later... no #11 136.9 checking for lcms2... no #11 137.0 checking for library containing inflateEnd... -lz #11 138.3 checking for dladdr... yes #11 139.0 checking for dlfunc... no #11 140.0 checking for libpng >= 1.0.0... no #11 140.1 checking for libpng not configured by pkg-config... no #11 140.3 checking tiffio.h usability... no #11 140.6 checking tiffio.h presence... no #11 140.7 checking for tiffio.h... no #11 140.7 checking gif_lib.h usability... no #11 141.0 checking gif_lib.h presence... no #11 141.2 checking for gif_lib.h... no #11 141.2 checking gpm.h usability... no #11 141.7 checking gpm.h presence... no #11 141.7 checking for gpm.h... no #11 141.8 checking for libxml-2.0 > 2.6.17... no #11 141.9 checking for maillock in -lmail... no #11 142.4 checking for maillock in -llockfile... no #11 142.9 checking for liblockfile.so... no #11 142.9 checking maillock.h usability... no #11 143.3 checking maillock.h presence... no #11 143.4 checking for maillock.h... no #11 143.5 checking linux/seccomp.h usability... yes #11 144.0 checking linux/seccomp.h presence... yes #11 144.1 checking for linux/seccomp.h... yes #11 144.3 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 144.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 145.0 checking linux/filter.h usability... yes #11 145.5 checking linux/filter.h presence... yes #11 145.7 checking for linux/filter.h... yes #11 145.9 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 146.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 146.0 checking for libseccomp >= 2.5.2... no #11 146.1 checking size of long... 8 #11 147.1 checking for accept4... yes #11 148.0 checking for fchdir... yes #11 148.7 checking for gethostname... yes #11 149.4 checking for getrusage... yes #11 150.3 checking for get_current_dir_name... yes #11 150.9 checking for lrand48... yes #11 151.6 checking for random... yes #11 152.3 checking for rint... yes #11 153.1 checking for tcdrain... yes #11 153.9 checking for trunc... yes #11 154.5 checking for select... yes #11 155.2 checking for getpagesize... (cached) yes #11 155.3 checking for setlocale... yes #11 156.0 checking for newlocale... yes #11 156.7 checking for getrlimit... yes #11 157.5 checking for setrlimit... yes #11 158.1 checking for shutdown... yes #11 158.9 checking for pthread_sigmask... (cached) yes #11 159.1 checking for strsignal... yes #11 159.7 checking for setitimer... yes #11 160.7 checking for sendto... yes #11 161.6 checking for recvfrom... yes #11 162.4 checking for getsockname... yes #11 163.1 checking for getifaddrs... yes #11 164.0 checking for freeifaddrs... yes #11 164.8 checking for gai_strerror... yes #11 165.6 checking for sync... yes #11 166.4 checking for endpwent... yes #11 167.2 checking for getgrent... yes #11 168.0 checking for endgrent... yes #11 168.9 checking for renameat2... yes #11 169.8 checking for cfmakeraw... yes #11 170.8 checking for cfsetspeed... yes #11 171.7 checking for __executable_start... yes #11 172.3 checking for log2... yes #11 173.2 checking for pthread_setname_np... yes #11 173.9 checking for pthread_set_name_np... no #11 174.7 checking for getpwent... yes #11 175.4 checking whether pthread_setname_np takes a single argument... no #11 175.7 checking whether pthread_setname_np takes three arguments... no #11 176.0 checking for aligned_alloc... yes #11 176.8 checking whether aligned_alloc is declared... yes #11 177.3 checking for posix_madvise... yes #11 177.9 checking for madvise... yes #11 178.5 checking for __builtin_frame_address... yes #11 179.0 checking for __builtin_unwind_init... yes #11 179.4 checking for _LARGEFILE_SOURCE value needed for large files... no #11 180.2 checking for grantpt... yes #11 181.0 checking for getpt... yes #11 181.7 checking for posix_openpt... yes #11 182.6 checking for library containing tputs... -ltinfo #11 184.0 checking whether -ltinfo library defines BC... yes #11 184.6 checking for timerfd interface... yes #11 184.9 checking whether signals can be handled on alternate stack... yes #11 185.4 checking valgrind/valgrind.h usability... no #11 185.9 checking valgrind/valgrind.h presence... no #11 186.0 checking for valgrind/valgrind.h... no #11 186.0 checking for struct unipair.unicode... yes #11 186.5 checking for pid_t... yes #11 187.6 checking vfork.h usability... no #11 188.1 checking vfork.h presence... no #11 188.3 checking for vfork.h... no #11 188.3 checking for fork... yes #11 189.2 checking for vfork... yes #11 189.8 checking for working fork... yes #11 191.0 checking for working vfork... (cached) yes #11 191.1 checking for snprintf... yes #11 191.9 checking for open_memstream... yes #11 192.6 checking spawn.h usability... yes #11 193.1 checking spawn.h presence... yes #11 193.3 checking for spawn.h... yes #11 193.4 checking for posix_spawn... yes #11 194.2 checking for posix_spawn_file_actions_addchdir... no #11 194.9 checking for posix_spawn_file_actions_addchdir_np... yes #11 195.6 checking for posix_spawnattr_setflags... yes #11 196.4 checking whether POSIX_SPAWN_SETSID is declared... yes #11 196.8 checking whether GLib is linked in... no #11 197.1 checking for nl_langinfo and CODESET... yes #11 198.1 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 198.7 checking for mbstate_t... yes #11 199.4 checking for signals via characters... yes #11 200.0 checking for _setjmp... yes #11 200.6 checking for sigsetjmp... yes #11 201.0 checking POSIX termios... yes #11 201.7 checking size of speed_t... 4 #11 202.6 checking for usable FIONREAD... yes #11 203.0 checking for usable SIGIO... yes #11 203.6 checking for struct alignment... yes #11 203.9 checking for C/C++ restrict keyword... __restrict__ #11 204.4 checking for typeof syntax and keyword spelling... typeof #11 204.7 checking for statement expressions... yes #11 205.0 checking whether malloc (0) returns nonnull... yes #11 205.8 checking sys/acl.h usability... yes #11 206.3 checking sys/acl.h presence... yes #11 206.4 checking for sys/acl.h... yes #11 206.4 checking for library containing acl_get_file... -lacl #11 207.6 checking for acl_get_file... yes #11 208.3 checking for acl_get_fd... yes #11 208.9 checking for acl_set_file... yes #11 209.6 checking for acl_set_fd... yes #11 210.5 checking for acl_free... yes #11 211.3 checking for acl_from_mode... yes #11 211.9 checking for acl_from_text... yes #11 212.8 checking for acl_delete_def_file... yes #11 213.6 checking for acl_extended_file... yes #11 214.5 checking for acl_delete_fd_np... no #11 215.4 checking for acl_delete_file_np... no #11 216.2 checking for acl_copy_ext_native... no #11 216.9 checking for acl_create_entry_np... no #11 217.6 checking for acl_to_short_text... no #11 218.3 checking for acl_free_text... no #11 219.0 checking for working acl_get_file... yes #11 219.5 checking acl/libacl.h usability... yes #11 220.1 checking acl/libacl.h presence... yes #11 220.2 checking for acl/libacl.h... yes #11 220.2 checking for acl_entries... yes #11 220.7 checking for ACL_FIRST_ENTRY... yes #11 220.9 checking for ACL_TYPE_EXTENDED... no #11 221.2 checking for working alloca.h... yes #11 221.8 checking for alloca... yes #11 222.6 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 222.6 checking whether the preprocessor supports include_next... yes #11 223.1 checking whether source code line length is unlimited... yes #11 223.3 checking whether endutent is declared... yes #11 223.6 checking for struct utmpx.ut_user... yes #11 224.2 checking for struct utmp.ut_user... yes #11 224.9 checking for struct utmpx.ut_name... yes #11 225.4 checking for struct utmp.ut_name... yes #11 226.0 checking for struct utmpx.ut_type... yes #11 226.7 checking for struct utmp.ut_type... yes #11 227.3 checking for struct utmpx.ut_pid... yes #11 227.8 checking for struct utmp.ut_pid... yes #11 228.6 checking for struct utmp.ut_tv... yes #11 229.6 checking for struct utmpx.ut_host... yes #11 230.2 checking for struct utmp.ut_host... yes #11 231.0 checking for struct utmpx.ut_id... yes #11 231.6 checking for struct utmp.ut_id... yes #11 232.2 checking for struct utmpx.ut_session... yes #11 232.9 checking for struct utmp.ut_session... yes #11 233.6 checking for struct utmpx.ut_exit... yes #11 234.9 checking for struct utmp.ut_exit... yes #11 235.9 checking for struct utmpx.ut_exit.ut_exit... no #11 236.9 checking for struct utmpx.ut_exit.e_exit... yes #11 237.5 checking for struct utmp.ut_exit.e_exit... yes #11 238.1 checking for struct utmpx.ut_exit.ut_termination... no #11 238.9 checking for struct utmpx.ut_exit.e_termination... yes #11 239.6 checking for struct utmp.ut_exit.e_termination... yes #11 240.2 checking whether sysinfo is declared... yes #11 240.6 checking for sys/sysctl.h... yes #11 241.3 checking for sysctl... yes #11 242.2 checking whether lstat correctly handles trailing slash... yes #11 243.0 checking whether // is distinct from /... no #11 243.0 checking whether realpath works... yes #11 244.3 checking for faccessat... yes #11 244.9 checking for getcwd... yes #11 245.6 checking whether byte ordering is bigendian... no #11 246.6 checking if environ is properly declared... yes #11 247.0 checking for complete errno.h... yes #11 247.2 checking whether ctype.h defines __header_inline... no #11 247.4 checking for mode_t... yes #11 248.1 checking whether strmode is declared... no #11 248.6 checking whether getline is declared... yes #11 249.0 checking for gawk... no #11 249.0 checking for mawk... mawk #11 249.0 checking for getopt.h... (cached) yes #11 249.0 checking for getopt_long_only... yes #11 249.6 checking whether getopt is POSIX compatible... yes #11 252.0 checking for working GNU getopt function... yes #11 253.1 checking for working GNU getopt_long function... yes #11 254.0 checking whether timespec_get is declared... yes #11 254.4 checking for timespec_get... yes #11 255.1 checking for struct timeval... yes #11 255.4 checking for wide-enough struct timeval.tv_sec member... yes #11 255.7 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 256.0 checking whether the compiler produces multi-arch binaries... no #11 256.3 checking whether stdint.h conforms to C99... yes #11 257.6 checking whether stdint.h works without ISO C predefines... yes #11 258.0 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 258.6 checking whether memmem is declared... yes #11 259.5 checking whether memrchr is declared... yes #11 260.1 checking whether defines MIN and MAX... no #11 260.5 checking whether defines MIN and MAX... yes #11 260.9 checking whether time_t is signed... yes #11 261.3 checking whether alarm is declared... yes #11 261.8 checking for working mktime... no #11 263.1 checking whether struct tm is in sys/time.h or time.h... time.h #11 263.5 checking for struct tm.tm_zone... yes #11 263.9 checking for struct tm.tm_gmtoff... yes #11 264.2 checking whether is self-contained... yes #11 265.6 checking for inline... inline #11 265.8 checking for sigset_t... yes #11 266.4 checking for volatile sig_atomic_t... yes #11 267.0 checking for sighandler_t... yes #11 267.7 checking for wchar_t... yes #11 268.0 checking for good max_align_t... yes #11 268.5 checking whether NULL can be used in arbitrary expressions... yes #11 268.8 checking for unreachable... no #11 269.4 checking whether fcloseall is declared... yes #11 270.2 checking whether getw is declared... yes #11 270.7 checking whether putw is declared... yes #11 271.4 checking which flavor of printf attribute matches inttypes macros... system #11 271.8 checking whether strnlen is declared... yes #11 272.3 checking whether strtoimax is declared... yes #11 273.0 checking whether stat file-mode macros are broken... no #11 273.5 checking for nlink_t... yes #11 274.3 checking for struct timespec in ... yes #11 274.8 checking for TIME_UTC in ... yes #11 275.3 checking whether execvpe is declared... yes #11 276.0 checking whether clearerr_unlocked is declared... yes #11 276.8 checking whether feof_unlocked is declared... yes #11 277.5 checking whether ferror_unlocked is declared... yes #11 278.2 checking whether fflush_unlocked is declared... yes #11 278.9 checking whether fgets_unlocked is declared... yes #11 279.7 checking whether fputc_unlocked is declared... yes #11 280.3 checking whether fputs_unlocked is declared... yes #11 280.9 checking whether fread_unlocked is declared... yes #11 281.4 checking whether fwrite_unlocked is declared... yes #11 281.9 checking whether getc_unlocked is declared... yes #11 282.5 checking whether getchar_unlocked is declared... yes #11 283.3 checking whether putc_unlocked is declared... yes #11 284.0 checking whether putchar_unlocked is declared... yes #11 284.6 checking type of array argument to getgroups... gid_t #11 285.7 checking whether getdelim is declared... yes #11 286.2 checking whether getdtablesize is declared... yes #11 286.7 checking whether malloc is ptrdiff_t safe... yes #11 287.0 checking whether malloc, realloc, calloc set errno on failure... yes #11 287.0 checking for O_CLOEXEC... yes #11 287.3 checking for promoted mode_t type... mode_t #11 287.7 checking whether the utimes function works... yes #11 289.1 checking for C compiler option to allow warnings... -Wno-error #11 290.7 checking for alignas and alignof... yes, macros #11 291.2 checking for alloca as a compiler built-in... yes #11 291.3 checking for static_assert... yes, an macro #11 292.2 checking for __builtin_expect... yes #11 293.9 checking byteswap.h usability... yes #11 294.9 checking byteswap.h presence... yes #11 295.1 checking for byteswap.h... yes #11 295.1 checking for readlinkat... yes #11 295.8 checking for library containing clock_gettime... none required #11 296.3 checking for clock_getres... yes #11 297.0 checking for clock_gettime... yes #11 297.7 checking for clock_settime... yes #11 298.4 checking for copy_file_range... yes #11 299.1 checking for d_type member in directory struct... yes #11 299.7 checking whether // is distinct from /... (cached) no #11 299.7 checking whether dup2 works... yes #11 300.5 checking for library containing backtrace_symbols_fd... none required #11 301.2 checking for faccessat... (cached) yes #11 301.2 checking whether fchmodat works... no #11 302.2 checking for readlinkat... (cached) yes #11 302.2 checking whether fcntl handles F_DUPFD correctly... yes #11 303.0 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 304.1 checking whether fdopendir is declared... yes #11 304.5 checking whether fdopendir works... yes #11 305.2 checking for flexible array member... yes #11 305.7 checking for __fpending... yes #11 306.5 checking whether __fpending is declared... yes #11 306.9 checking whether free is known to preserve errno... no #11 307.3 checking whether fstatat (..., 0) works... yes #11 308.0 checking for sys/mount.h... yes #11 308.6 checking for statvfs function (SVR4)... yes #11 309.5 checking whether to use statvfs64... no #11 309.8 checking for two-argument statfs with statfs.f_frsize member... yes #11 310.6 checking sys/fs/s5param.h usability... no #11 311.1 checking sys/fs/s5param.h presence... no #11 311.3 checking for sys/fs/s5param.h... no #11 311.4 checking sys/statfs.h usability... yes #11 311.9 checking sys/statfs.h presence... yes #11 312.1 checking for sys/statfs.h... yes #11 312.2 checking for statfs that truncates block counts... no #11 312.4 checking for futimens... yes #11 313.0 checking whether futimens works... yes #11 314.8 checking for getline... yes #11 315.3 checking for working getline function... yes #11 316.3 checking for getloadavg... yes #11 317.0 checking sys/loadavg.h usability... no #11 317.3 checking sys/loadavg.h presence... no #11 317.5 checking for sys/loadavg.h... no #11 317.6 checking whether getloadavg is declared... yes #11 318.1 checking for getrandom... yes #11 318.8 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 319.2 checking for gettimeofday with POSIX signature... yes #11 319.5 checking whether the compiler supports the __inline keyword... yes #11 320.0 checking gmp.h usability... yes #11 320.8 checking gmp.h presence... yes #11 321.0 checking for gmp.h... yes #11 321.1 checking for library containing __gmpz_roinit_n... -lgmp #11 322.3 checking for memmem... yes #11 323.1 checking whether memmem works... yes #11 323.6 checking for mempcpy... yes #11 324.3 checking for memrchr... yes #11 324.9 checking for explicit_memset... no #11 325.7 checking for mkostemp... yes #11 326.3 checking for library containing nanosleep... none required #11 327.0 checking for working nanosleep... no (mishandles large arguments) #11 328.9 checking for sys/pstat.h... no #11 329.3 checking for sys/sysmp.h... no #11 329.7 checking for sys/param.h... (cached) yes #11 329.8 checking for sys/sysctl.h... (cached) yes #11 329.8 checking for sched_getaffinity_np... no #11 330.7 checking for pstat_getdynamic... no #11 331.4 checking for sysmp... no #11 332.0 checking for sysctl... (cached) yes #11 332.1 checking for sched_getaffinity... yes #11 332.5 checking for glibc compatible sched_getaffinity... yes #11 332.9 checking for pipe2... yes #11 333.5 checking whether signature of pselect conforms to POSIX... yes #11 334.0 checking whether pselect detects invalid fds... yes #11 334.8 checking whether pthread_sigmask is a macro... no #11 335.1 checking whether pthread_sigmask returns error numbers... yes #11 336.0 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 338.9 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 340.1 checking whether readlink signature is correct... yes #11 340.5 checking whether readlink handles trailing slash correctly... yes #11 341.2 checking whether readlink truncates results correctly... yes #11 341.9 checking for readlinkat... (cached) yes #11 341.9 checking whether readlinkat signature is correct... yes #11 342.3 checking for working re_compile_pattern... no #11 343.6 checking libintl.h usability... yes #11 344.0 checking libintl.h presence... yes #11 344.1 checking for libintl.h... yes #11 344.2 checking whether isblank is declared... yes #11 344.5 checking for sig2str... no #11 345.2 checking for sigdescr_np... no #11 345.9 checking for socklen_t... yes #11 346.4 checking for ssize_t... yes #11 346.8 checking for struct stat.st_atim.tv_nsec... yes #11 347.1 checking whether struct stat.st_atim is of type struct timespec... yes #11 347.4 checking for struct stat.st_birthtimespec.tv_nsec... no #11 348.1 checking for struct stat.st_birthtimensec... no #11 348.7 checking for struct stat.st_birthtim.tv_nsec... no #11 349.3 checking for bool, true, false... no #11 349.6 checking for stpcpy... yes #11 350.4 checking for working strnlen... yes #11 351.3 checking whether strtoimax works... yes #11 352.0 checking whether symlink handles trailing slash correctly... yes #11 352.7 checking whether localtime_r is declared... yes #11 353.2 checking whether localtime_r is compatible with its POSIX signature... yes #11 353.6 checking whether localtime works even near extrema... yes #11 354.3 checking for timezone_t... no #11 354.7 checking for timegm... yes #11 355.4 checking whether timer_settime is declared... yes #11 355.9 checking for library containing timer_settime... -lrt #11 357.6 checking for timer_settime... yes #11 358.0 checking for utimensat... yes #11 358.6 checking whether utimensat works... yes #11 360.5 checking for variable-length arrays... yes #11 361.0 checking whether getdtablesize works... yes #11 361.8 checking for __mktime_internal... no #11 362.6 checking for timer_getoverrun... yes #11 363.2 checking for gcc option to disable position independent executables... not needed #11 363.2 checking for __ctype_get_mb_cur_max... yes #11 363.9 checking whether MB_CUR_MAX is defined to function that won't link... no #11 364.2 #11 364.2 Configured for 'x86_64-pc-linux-gnu'. #11 364.2 #11 364.2 Where should the build process find the source code? . #11 364.2 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 364.2 Should Emacs use the GNU version of malloc? no #11 364.2 (The GNU allocators don't work with this system configuration.) #11 364.2 Should Emacs use a relocating allocator for buffers? no #11 364.2 Should Emacs use mmap(2) for buffer allocation? no #11 364.2 What window system should Emacs use? nextstep #11 364.2 What toolkit should Emacs use? none #11 364.2 Where do we find X Windows header files? NONE #11 364.2 Where do we find X Windows libraries? NONE #11 364.2 Does Emacs use -lXaw3d? no #11 364.2 Is Emacs being built for Android? no #11 364.2 Does Emacs use the X Double Buffer Extension? no #11 364.2 Does Emacs use -lXpm? no #11 364.2 Does Emacs use -ljpeg? no #11 364.2 Does Emacs use -ltiff? no #11 364.2 Does Emacs use a gif library? no #11 364.2 Does Emacs use a png library? no #11 364.2 Does Emacs use -lrsvg-2? no #11 364.2 Does Emacs use -lwebp? no #11 364.2 Does Emacs use -lsqlite3? no #11 364.2 Does Emacs use cairo? no #11 364.2 Does Emacs use -llcms2? no #11 364.2 Does Emacs use imagemagick? no #11 364.2 Does Emacs use native APIs for images? yes (ns) #11 364.2 Does Emacs support sound? yes #11 364.2 Does Emacs use -lgpm? no #11 364.2 Does Emacs use -ldbus? yes #11 364.2 Does Emacs use -lgconf? no #11 364.2 Does Emacs use GSettings? no #11 364.2 Does Emacs use a file notification library? yes -lglibc (inotify) #11 364.2 Does Emacs use access control lists? yes -lacl -lattr #11 364.2 Does Emacs use -lselinux? no #11 364.2 Does Emacs use -lgnutls? yes #11 364.2 Does Emacs use -lxml2? no #11 364.2 Does Emacs use -lfreetype? no #11 364.2 Does Emacs use HarfBuzz? no #11 364.2 Does Emacs use -lm17n-flt? no #11 364.2 Does Emacs use -lotf? no #11 364.2 Does Emacs use -lxft? no #11 364.2 Does Emacs use -lsystemd? no #11 364.2 Does Emacs use -ljansson? no #11 364.2 Does Emacs use -ltree-sitter? no #11 364.2 Does Emacs use the GMP library? yes #11 364.2 Does Emacs directly use zlib? yes #11 364.2 Does Emacs have dynamic modules support? yes #11 364.2 Does Emacs use toolkit scroll bars? yes #11 364.2 Does Emacs support Xwidgets? no #11 364.2 Does Emacs have threading support in lisp? yes #11 364.2 Does Emacs support the portable dumper? yes #11 364.2 Does Emacs support legacy unexec dumping? no #11 364.2 Which dumping strategy does Emacs use? pdumper #11 364.2 Does Emacs have native lisp compiler? no #11 364.2 Does Emacs use version 2 of the X Input Extension? no #11 364.2 Does Emacs generate a smaller-size Japanese dictionary? no #11 364.2 #11 364.2 #11 364.2 #11 364.2 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 364.2 Run 'make install' in order to build an application bundle. #11 364.2 The application will go to nextstep/Emacs.app and can be run or moved #11 364.2 from there. #11 364.2 The application will be fully self-contained. #11 364.2 #11 366.4 configure: creating ./config.status #11 367.6 config.status: creating src/verbose.mk #11 367.9 config.status: creating src/emacs-module.h #11 368.2 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 368.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 369.3 config.status: creating Makefile #11 369.5 config.status: creating lib/gnulib.mk #11 369.8 config.status: creating ./doc/man/emacs.1 #11 370.1 config.status: creating lib/Makefile #11 370.4 config.status: creating lib-src/Makefile #11 370.7 config.status: creating oldXMenu/Makefile #11 371.0 config.status: creating src/Makefile #11 371.3 config.status: creating lwlib/Makefile #11 371.5 config.status: creating nextstep/Makefile #11 371.8 config.status: creating nt/Makefile #11 372.1 config.status: creating doc/emacs/Makefile #11 372.4 config.status: creating doc/misc/Makefile #11 372.6 config.status: creating doc/lispintro/Makefile #11 372.8 config.status: creating doc/lispref/Makefile #11 373.1 config.status: creating lisp/Makefile #11 373.3 config.status: creating leim/Makefile #11 373.6 config.status: creating test/Makefile #11 373.8 config.status: creating test/manual/noverlay/Makefile #11 374.0 config.status: creating test/infra/Makefile #11 374.3 config.status: creating admin/charsets/Makefile #11 374.5 config.status: creating admin/unidata/Makefile #11 374.7 config.status: creating admin/grammars/Makefile #11 374.9 config.status: creating java/Makefile #11 375.1 config.status: creating cross/Makefile #11 375.4 config.status: creating java/AndroidManifest.xml #11 375.6 config.status: creating src/config.h #11 375.8 config.status: executing src/epaths.h commands #11 376.0 config.status: executing src/.gdbinit commands #11 376.1 config.status: executing doc/emacs/emacsver.texi commands #11 376.1 config.status: executing etc-refcards-emacsver.tex commands #11 376.3 configure: You might want to install GNU Mailutils #11 376.3 and use './configure --with-mailutils'. #11 376.3 configure: WARNING: This configuration installs a 'movemail' program #11 376.3 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 376.3 installed a 'movemail' program that retrieved POP3 email via only #11 376.3 insecure channels, a practice that is no longer recommended but that #11 376.3 you can continue to support by using './configure --with-pop'. #11 DONE 378.7s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 3.021 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 3.081 make[1]: Entering directory '/checkout' #12 3.617 make bootstrap-clean #12 3.653 make[2]: Entering directory '/checkout' #12 4.357 make -C src bootstrap-clean #12 4.397 make[3]: Entering directory '/checkout/src' #12 4.397 GEN /checkout/src/lisp.mk #12 5.837 rm -f android-emacs libemacs.so #12 5.865 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 5.899 rm -f dmpstruct.h #12 5.921 rm -f emacs.pdmp #12 5.932 rm -f ../etc/DOC #12 5.939 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 5.953 rm -f emacs-30.0.50 #12 5.968 rm -f buildobj.h #12 5.971 rm -f globals.h gl-stamp #12 5.993 rm -f ./*.res ./*.tmp #12 6.027 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 6.049 rm -f ../etc/DOC* #12 6.069 rm -f deps/* #12 6.086 rm -f emacs-module.h epaths.h config.h config.stamp #12 6.118 if test -f ./.gdbinit; then \ #12 6.118 mv ./.gdbinit ./.gdbinit.save; \ #12 6.118 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 6.118 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 6.118 fi #12 6.221 make[3]: Leaving directory '/checkout/src' #12 6.224 make -C oldXMenu bootstrap-clean #12 6.253 make[3]: Entering directory '/checkout/oldXMenu' #12 6.253 rm -f libXMenu11.a ./*.o deps/* #12 6.289 rm -f Makefile #12 6.289 rm -fr deps #12 6.307 make[3]: Leaving directory '/checkout/oldXMenu' #12 6.322 make -C lwlib bootstrap-clean #12 6.386 make[3]: Entering directory '/checkout/lwlib' #12 6.386 rm -f ./*.o liblw.a \#* deps/* #12 6.409 rm -f Makefile #12 6.413 rm -fr deps #12 6.417 rm -f TAGS #12 6.437 make[3]: Leaving directory '/checkout/lwlib' #12 6.438 make -C lib bootstrap-clean #12 6.937 make[3]: Entering directory '/checkout/lib' #12 6.937 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 6.976 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #12 7.009 rm -f Makefile Makefile.android #12 7.033 rm -fr deps #12 7.049 make[3]: Leaving directory '/checkout/lib' #12 7.049 make -C lib-src bootstrap-clean #12 7.056 make[3]: Entering directory '/checkout/lib-src' #12 7.056 rm -f core ./*.o ./*.res #12 7.083 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 7.112 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 7.124 rm -f TAGS Makefile blessmail Makefile.android #12 7.136 make[3]: Leaving directory '/checkout/lib-src' #12 7.138 make -C nt bootstrap-clean #12 7.157 make[3]: Entering directory '/checkout/nt' #12 7.165 rm -f core *.o *.res #12 7.178 rm -f runemacs addpm cmdproxy ddeclient #12 7.185 rm -f TAGS Makefile *.rc #12 7.193 true #12 7.205 make[3]: Leaving directory '/checkout/nt' #12 7.205 make -C doc/emacs bootstrap-clean #12 7.253 make[3]: Entering directory '/checkout/doc/emacs' #12 7.253 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 7.253 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 7.293 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 7.301 rm -f Makefile #12 7.314 rm -f \ #12 7.314 ./../../info/emacs.info \ #12 7.314 ./../../info/emacs.info-[1-9] \ #12 7.314 ./../../info/emacs.info-[1-9][0-9] #12 7.345 rm -f ./emacsver.texi TAGS #12 7.357 make[3]: Leaving directory '/checkout/doc/emacs' #12 7.357 make -C doc/misc bootstrap-clean #12 7.385 make[3]: Entering directory '/checkout/doc/misc' #12 7.385 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 7.385 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 7.385 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 7.425 rm -f gnustmp* #12 7.461 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 7.473 rm -f Makefile #12 7.504 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #12 7.504 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 7.504 rm -f \ #12 7.504 ./../../info/${file} \ #12 7.504 ./../../info/${file}-[1-9] \ #12 7.504 ./../../info/${file}-[1-9][0-9]; \ #12 7.504 done #12 9.953 rm -f ./modus-themes.texi ./org.texi #12 9.959 rm -f TAGS #12 9.978 make[3]: Leaving directory '/checkout/doc/misc' #12 9.985 make -C doc/lispref bootstrap-clean #12 10.01 make[3]: Entering directory '/checkout/doc/lispref' #12 10.01 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 10.01 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 10.07 rm -f elisp[12]* vol[12].tmp #12 10.09 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 10.10 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 10.13 rm -f Makefile #12 10.15 rm -f \ #12 10.15 ./../../info/elisp.info \ #12 10.15 ./../../info/elisp.info-[1-9] \ #12 10.15 ./../../info/elisp.info-[1-9][0-9] #12 10.15 rm -f TAGS #12 10.16 make[3]: Leaving directory '/checkout/doc/lispref' #12 10.16 make -C doc/lispintro bootstrap-clean #12 10.19 make[3]: Entering directory '/checkout/doc/lispintro' #12 10.19 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 10.19 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 10.23 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 10.27 rm -f Makefile #12 10.28 rm -f \ #12 10.28 ./../../info/eintr.info \ #12 10.28 ./../../info/eintr.info-[1-9] #12 10.29 rm -f TAGS #12 10.31 make[3]: Leaving directory '/checkout/doc/lispintro' #12 10.32 make -C test bootstrap-clean #12 10.33 make[3]: Entering directory '/checkout/test' #12 10.67 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 10.76 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 10.85 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 10.87 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 10.87 src/emacs-module-resources/*.dll gmp.h #12 10.89 find . -name '*.elc' -delete #12 11.04 make[3]: Leaving directory '/checkout/test' #12 11.04 make -C java bootstrap-clean #12 11.69 make[3]: Entering directory '/checkout/java' #12 11.69 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 11.73 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 11.74 find . -name '*.class' -delete #12 11.76 rm -f Makefile ndk-build.mk #12 11.78 make[3]: Leaving directory '/checkout/java' #12 11.78 make -C cross bootstrap-clean #12 11.80 make[3]: Entering directory '/checkout/cross' #12 11.80 for dir in src lib-src lib etc; do \ #12 11.80 find $dir -type f -delete; \ #12 11.80 done #12 11.86 rm -rf lib/config.h lib-src/config.h #12 11.86 if test -f ndk-build/Makefile; then \ #12 11.86 make -C ndk-build clean; \ #12 11.86 fi #12 11.87 for dir in src lib-src lib etc; do \ #12 11.87 find $dir -type l -delete; \ #12 11.87 done #12 11.92 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 11.93 rm -rf ndk-build/ndk-build.mk Makefile #12 11.94 make[3]: Leaving directory '/checkout/cross' #12 11.94 make -C nextstep bootstrap-clean #12 11.98 make[3]: Entering directory '/checkout/nextstep' #12 11.98 rm -rf /checkout/nextstep/Emacs.app #12 11.98 rm -f Makefile #12 12.01 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 12.01 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 12.01 Cocoa/Emacs.base/Contents/Info.plist \ #12 12.01 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 12.05 make[3]: Leaving directory '/checkout/nextstep' #12 12.05 make -C admin/charsets bootstrap-clean #12 12.05 make[3]: Entering directory '/checkout/admin/charsets' #12 12.06 make[3]: Nothing to be done for 'bootstrap-clean'. #12 12.06 make[3]: Leaving directory '/checkout/admin/charsets' #12 12.09 make -C admin/unidata bootstrap-clean #12 12.11 make[3]: Entering directory '/checkout/admin/unidata' #12 12.16 rm -f ./*.elc unidata.txt #12 12.18 make[3]: Leaving directory '/checkout/admin/unidata' #12 12.21 make -C leim bootstrap-clean #12 12.22 make[3]: Entering directory '/checkout/leim' #12 12.22 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #12 12.26 make[3]: Leaving directory '/checkout/leim' #12 12.28 make -C lisp bootstrap-clean #12 12.31 make[3]: Entering directory '/checkout/lisp' #12 12.49 find . -name '*.elc' -delete #12 12.52 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 12.53 make[3]: Leaving directory '/checkout/lisp' #12 12.53 make -C admin/grammars bootstrap-clean #12 12.55 make[3]: Entering directory '/checkout/admin/grammars' #12 12.55 make[3]: Nothing to be done for 'bootstrap-clean'. #12 12.55 make[3]: Leaving directory '/checkout/admin/grammars' #12 12.56 [ ! -f config.log ] || mv -f config.log config.log~ #12 12.64 rm -rf ./info #12 12.65 rm -f ./etc/refcards/emacsver.tex #12 12.66 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 12.69 rm -fr autom4te.cache config.cache #12 12.72 rm -f config.log ./doc/man/emacs.1 #12 12.74 make[2]: Leaving directory '/checkout' #12 12.74 cd . && ./autogen.sh autoconf #12 12.77 Checking whether you have the necessary tools... #12 12.77 (Read INSTALL.REPO for more details on building Emacs) #12 12.81 Checking for autoconf (need at least version 2.65) ... ok #12 13.07 Your system has the required tools. #12 13.12 Running 'autoreconf -fi -I m4' ... #12 65.21 Building 'aclocal.m4' in exec ... #12 65.21 Running 'autoreconf -fi' in exec ... #12 78.42 You can now run './autogen.sh git'. #12 78.42 make MAKEFILE_NAME=force-Makefile force-Makefile #12 78.45 make[2]: Entering directory '/checkout' #12 78.46 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 78.93 if [ -x ./config.status ]; then \ #12 78.93 ./config.status --recheck; \ #12 78.93 else \ #12 78.93 ./configure --cache-file=/dev/null; \ #12 78.93 fi #12 79.18 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 80.36 checking for xcrun... no #12 80.36 checking for GNU Make... make #12 80.44 checking build system type... x86_64-pc-linux-gnu #12 81.25 checking host system type... x86_64-pc-linux-gnu #12 81.37 checking for gcc... gcc #12 81.79 checking whether the C compiler works... yes #12 82.33 checking for C compiler default output file name... a.out #12 82.35 checking for suffix of executables... #12 82.97 checking whether we are cross compiling... no #12 83.69 checking for suffix of object files... o #12 83.93 checking whether we are using the GNU C compiler... yes #12 84.15 checking whether gcc accepts -g... yes #12 84.46 checking for gcc option to enable C11 features... none needed #12 84.98 checking whether the compiler is clang... no #12 85.21 checking for compiler option needed when checking for declarations... none #12 85.21 checking whether gcc and cc understand -c and -o together... yes #12 86.26 checking how to run the C preprocessor... gcc -E #12 86.85 checking for grep that handles long lines and -e... /bin/grep #12 86.87 checking for egrep... /bin/grep -E #12 86.90 checking for ANSI C header files... yes #12 88.59 checking for sys/types.h... yes #12 89.04 checking for sys/stat.h... yes #12 89.40 checking for stdlib.h... yes #12 89.77 checking for string.h... yes #12 90.22 checking for memory.h... yes #12 90.68 checking for strings.h... yes #12 91.04 checking for inttypes.h... yes #12 91.49 checking for stdint.h... yes #12 91.95 checking for unistd.h... yes #12 92.47 checking for wchar.h... yes #12 92.97 checking for minix/config.h... no #12 93.34 checking for linux/fs.h... yes #12 93.66 checking for malloc.h... yes #12 94.07 checking for sys/systeminfo.h... no #12 94.28 checking for sys/sysinfo.h... yes #12 94.67 checking for coff.h... no #12 95.10 checking for pty.h... yes #12 95.54 checking for sys/resource.h... yes #12 96.07 checking for sys/utsname.h... yes #12 96.57 checking for pwd.h... yes #12 97.04 checking for util.h... no #12 97.46 checking for sanitizer/lsan_interface.h... yes #12 97.95 checking for sanitizer/asan_interface.h... yes #12 98.40 checking for sanitizer/common_interface_defs.h... yes #12 98.90 checking for sys/socket.h... yes #12 99.55 checking for stdlib.h... (cached) yes #12 99.62 checking for unistd.h... (cached) yes #12 99.74 checking for sys/param.h... yes #12 100.3 checking for pthread.h... yes #12 100.8 checking for malloc/malloc.h... no #12 101.2 checking for sys/un.h... yes #12 101.7 checking for utmp.h... yes #12 102.1 checking for utmpx.h... yes #12 102.4 checking for OS.h... no #12 102.7 checking for dirent.h... yes #12 103.1 checking for execinfo.h... yes #12 103.4 checking for linux/xattr.h... yes #12 103.8 checking for stdio_ext.h... yes #12 104.4 checking for sys/vfs.h... yes #12 104.8 checking for sys/fs_types.h... no #12 105.2 checking for getopt.h... yes #12 105.6 checking for sys/cdefs.h... yes #12 106.1 checking for sys/time.h... yes #12 106.6 checking for ieee754.h... yes #12 107.1 checking for limits.h... yes #12 107.6 checking for inttypes.h... (cached) yes #12 107.7 checking for sys/types.h... (cached) yes #12 107.9 checking for stdint.h... (cached) yes #12 107.9 checking for sys/select.h... yes #12 108.3 checking for stdbool.h... yes #12 108.8 checking for stdckdint.h... no #12 109.2 checking for sys/random.h... yes #12 109.5 checking for sys/stat.h... (cached) yes #12 109.5 checking whether it is safe to define __EXTENSIONS__... yes #12 109.9 checking whether _XOPEN_SOURCE should be defined... no #12 110.3 checking for Minix Amsterdam compiler... no #12 110.5 checking for ar... ar #12 110.5 checking for ranlib... ranlib #12 110.5 checking for gcc option to enable large file support... none needed #12 111.2 checking for gcc option for timestamps after 2038... none needed #12 111.5 checking for g++... g++ #12 111.8 checking whether we are using the GNU C++ compiler... yes #12 112.0 checking whether g++ accepts -g... yes #12 112.3 checking for g++ option to enable C++11 features... none needed #12 187.7 checking how to run the C++ preprocessor... g++ -E #12 188.5 checking whether gcc accepts -g3 -O2... yes #12 189.1 checking whether the compiler is clang... no #12 189.4 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 189.7 checking whether -Wno-missing-field-initializers is needed... yes #12 190.3 checking whether -Wuninitialized is supported... yes #12 190.6 checking whether C compiler handles -fstrict-flex-arrays... no #12 190.9 checking whether C compiler handles -Wall... yes #12 191.7 checking whether C compiler handles -Warith-conversion... yes #12 192.4 checking whether C compiler handles -Wdate-time... yes #12 193.2 checking whether C compiler handles -Wdisabled-optimization... yes #12 193.7 checking whether C compiler handles -Wdouble-promotion... yes #12 194.5 checking whether C compiler handles -Wduplicated-cond... yes #12 195.2 checking whether C compiler handles -Wextra... yes #12 195.7 checking whether C compiler handles -Wformat-signedness... yes #12 196.4 checking whether C compiler handles -Winit-self... yes #12 197.1 checking whether C compiler handles -Winvalid-pch... yes #12 197.6 checking whether C compiler handles -Wlogical-op... yes #12 198.0 checking whether C compiler handles -Wmissing-declarations... yes #12 198.6 checking whether C compiler handles -Wmissing-include-dirs... yes #12 199.2 checking whether C compiler handles -Wmissing-prototypes... yes #12 199.6 checking whether C compiler handles -Wnested-externs... yes #12 200.3 checking whether C compiler handles -Wnull-dereference... yes #12 200.7 checking whether C compiler handles -Wold-style-definition... yes #12 201.4 checking whether C compiler handles -Wopenmp-simd... yes #12 202.1 checking whether C compiler handles -Wpacked... yes #12 202.8 checking whether C compiler handles -Wpointer-arith... yes #12 203.5 checking whether C compiler handles -Wstrict-flex-arrays... no #12 203.8 checking whether C compiler handles -Wstrict-prototypes... yes #12 204.4 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 205.1 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 205.7 checking whether C compiler handles -Wsuggest-final-methods... yes #12 206.5 checking whether C compiler handles -Wsuggest-final-types... yes #12 207.1 checking whether C compiler handles -Wtrampolines... yes #12 207.7 checking whether C compiler handles -Wuninitialized... yes #12 208.3 checking whether C compiler handles -Wunknown-pragmas... yes #12 209.1 checking whether C compiler handles -Wunused-macros... yes #12 209.8 checking whether C compiler handles -Wvariadic-macros... yes #12 210.5 checking whether C compiler handles -Wvector-operation-performance... yes #12 211.2 checking whether C compiler handles -Wwrite-strings... yes #12 211.8 checking whether C compiler handles -Warray-bounds=2... yes #12 212.5 checking whether C compiler handles -Wattribute-alias=2... yes #12 213.1 checking whether C compiler handles -Wformat=2... yes #12 213.7 checking whether C compiler handles -Wformat-truncation=2... yes #12 214.4 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 215.0 checking whether C compiler handles -Wshift-overflow=2... yes #12 215.6 checking whether C compiler handles -Wuse-after-free=3... no #12 215.9 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 216.5 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 217.1 checking whether C compiler handles -Wredundant-decls... yes #12 217.7 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 217.7 checking whether C compiler handles -Wno-override-init... yes #12 218.4 checking whether C compiler handles -Wno-sign-compare... yes #12 219.1 checking whether C compiler handles -Wno-type-limits... yes #12 219.9 checking whether C compiler handles -Wno-unused-parameter... yes #12 220.4 checking whether C compiler handles -Wno-format-nonliteral... yes #12 221.0 checking whether C compiler handles -Wno-bidi-chars... no #12 221.1 checking for a BSD-compatible install... /usr/bin/install -c #12 221.2 checking command to symlink files in the same directory... ln -s #12 221.2 checking for install-info... : #12 221.2 checking for gzip... /bin/gzip #12 221.2 checking for 'find' args to delete a file... -delete #12 221.3 checking for brew... no #12 222.2 checking for -znocombreloc... not needed #12 222.2 checking whether addresses are sanitized... no #12 222.4 checking for math library... -lm #12 224.2 checking for struct passwd.pw_gecos... yes #12 224.4 checking for pkg-config... /usr/bin/pkg-config #12 224.4 checking pkg-config is at least version 0.9.0... yes #12 224.4 checking for machine/soundcard.h... no #12 224.6 checking for sys/soundcard.h... yes #12 225.1 checking for soundcard.h... no #12 225.3 checking for mmsystem.h... no #12 225.5 checking for _oss_ioctl in -lossaudio... no #12 225.8 checking for alsa >= 1.0.0... no #12 225.9 checking for ADDR_NO_RANDOMIZE... yes #12 226.2 checking if Linux sysinfo may be used... yes #12 227.2 checking for sys/wait.h that is POSIX.1 compatible... yes #12 227.5 checking for net/if.h... yes #12 228.0 checking for ifaddrs.h... yes #12 228.6 checking for net/if_dl.h... no #12 229.1 checking for struct ifreq.ifr_flags... yes #12 229.8 checking for struct ifreq.ifr_hwaddr... yes #12 230.8 checking for struct ifreq.ifr_netmask... yes #12 231.9 checking for struct ifreq.ifr_broadaddr... yes #12 233.1 checking for struct ifreq.ifr_addr... yes #12 234.1 checking for struct ifreq.ifr_addr.sa_len... no #12 235.0 checking whether gcc understands -MMD -MF... yes #12 235.4 checking for X... no #12 236.3 checking AppKit/AppKit.h usability... yes #12 240.9 checking AppKit/AppKit.h presence... yes #12 242.3 checking for AppKit/AppKit.h... yes #12 242.3 checking for Mac OS X 12.0 or later... yes #12 242.5 checking for gcc... gcc #12 242.8 checking whether we are using the GNU Objective C compiler... yes #12 243.1 checking whether gcc accepts -g... yes #12 243.4 checking if the Objective C compiler supports instancetype... yes #12 243.6 checking if the Objective C compiler defaults to C99... no #12 243.9 checking whether malloc is Doug Lea style... no #12 244.3 checking for sbrk... yes #12 244.9 checking for __lsan_ignore_object... no #12 245.7 checking for fchmod... yes #12 246.5 checking for utmpname... yes #12 247.2 checking for utmpxname... yes #12 248.0 checking for canonicalize_file_name... yes #12 248.7 checking for realpath... yes #12 249.4 checking for lstat... yes #12 250.1 checking for fchmodat... yes #12 250.8 checking for lchmod... no #12 251.3 checking for fcntl... yes #12 251.9 checking for fdopendir... yes #12 252.4 checking for listxattr... yes #12 253.1 checking for fstatat... yes #12 254.0 checking for fsync... yes #12 254.6 checking for gettimeofday... yes #12 255.4 checking for memset_explicit... no #12 256.1 checking for memset_s... no #12 256.8 checking for pselect... yes #12 257.5 checking for readlink... yes #12 258.1 checking for isblank... yes #12 259.0 checking for iswctype... yes #12 259.7 checking for strtoimax... yes #12 260.6 checking for symlink... yes #12 261.3 checking for localtime_r... yes #12 262.1 checking for getdtablesize... yes #12 262.7 checking for getpagesize... yes #12 263.4 checking for working mmap... yes #12 264.3 checking for main in -lXbsd... no #12 264.7 checking for pthread library... -lpthread #12 266.2 checking for thread support... yes #12 266.2 checking for librsvg-2.0 >= 2.14.0... no #12 266.4 checking for libwebpdemux >= 0.6.0... no #12 266.4 checking for WebPGetInfo... no #12 267.0 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 267.1 checking for sqlite3_open_v2 in -lsqlite3... no #12 267.6 checking for getaddrinfo_a in -lanl... yes #12 268.3 checking for malloc_trim... yes #12 268.9 checking for dbus-1 >= 1.0... yes #12 269.1 checking for dbus_watch_get_unix_fd... yes #12 270.1 checking for dbus_type_is_valid... yes #12 270.8 checking for dbus_validate_bus_name... yes #12 271.6 checking for dbus_validate_path... yes #12 272.3 checking for dbus_validate_interface... yes #12 273.1 checking for dbus_validate_member... yes #12 273.8 checking for lgetfilecon in -lselinux... no #12 274.4 checking for gnutls >= 2.12.2... yes #12 274.6 checking for libsystemd >= 222... no #12 274.7 checking for jansson >= 2.7... no #12 274.7 checking for tree-sitter >= 0.20.2... no #12 274.8 checking for tree-sitter >= 0.6.3... no #12 274.9 checking sys/inotify.h usability... yes #12 275.3 checking sys/inotify.h presence... yes #12 275.4 checking for sys/inotify.h... yes #12 275.4 checking for inotify_init1... yes #12 276.4 checking for jpeglib 6b or later... no #12 276.8 checking for lcms2... no #12 276.9 checking for library containing inflateEnd... -lz #12 278.4 checking for dladdr... yes #12 279.1 checking for dlfunc... no #12 279.9 checking for libpng >= 1.0.0... no #12 280.0 checking for libpng not configured by pkg-config... no #12 280.2 checking tiffio.h usability... no #12 280.6 checking tiffio.h presence... no #12 280.8 checking for tiffio.h... no #12 280.8 checking gif_lib.h usability... no #12 281.2 checking gif_lib.h presence... no #12 281.4 checking for gif_lib.h... no #12 281.4 checking gpm.h usability... no #12 281.8 checking gpm.h presence... no #12 282.0 checking for gpm.h... no #12 282.1 checking for libxml-2.0 > 2.6.17... no #12 282.1 checking for maillock in -lmail... no #12 282.6 checking for maillock in -llockfile... no #12 283.1 checking for liblockfile.so... no #12 283.1 checking maillock.h usability... no #12 283.6 checking maillock.h presence... no #12 283.8 checking for maillock.h... no #12 283.8 checking linux/seccomp.h usability... yes #12 284.4 checking linux/seccomp.h presence... yes #12 284.5 checking for linux/seccomp.h... yes #12 284.6 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 285.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 285.6 checking linux/filter.h usability... yes #12 286.1 checking linux/filter.h presence... yes #12 286.2 checking for linux/filter.h... yes #12 286.3 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 286.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 286.4 checking for libseccomp >= 2.5.2... no #12 286.5 checking size of long... 8 #12 287.4 checking for accept4... yes #12 288.0 checking for fchdir... yes #12 288.6 checking for gethostname... yes #12 289.4 checking for getrusage... yes #12 290.0 checking for get_current_dir_name... yes #12 290.8 checking for lrand48... yes #12 291.7 checking for random... yes #12 292.4 checking for rint... yes #12 293.5 checking for tcdrain... yes #12 294.3 checking for trunc... yes #12 295.1 checking for select... yes #12 295.8 checking for getpagesize... (cached) yes #12 295.9 checking for setlocale... yes #12 296.6 checking for newlocale... yes #12 297.3 checking for getrlimit... yes #12 298.1 checking for setrlimit... yes #12 298.8 checking for shutdown... yes #12 299.3 checking for pthread_sigmask... (cached) yes #12 299.4 checking for strsignal... yes #12 300.0 checking for setitimer... yes #12 300.3 checking for sendto... yes #12 301.0 checking for recvfrom... yes #12 301.4 checking for getsockname... yes #12 301.8 checking for getifaddrs... yes #12 302.5 checking for freeifaddrs... yes #12 303.1 checking for gai_strerror... yes #12 303.9 checking for sync... yes #12 304.5 checking for endpwent... yes #12 305.0 checking for getgrent... yes #12 305.6 checking for endgrent... yes #12 306.0 checking for renameat2... yes #12 306.5 checking for cfmakeraw... yes #12 307.0 checking for cfsetspeed... yes #12 307.5 checking for __executable_start... yes #12 308.0 checking for log2... yes #12 308.5 checking for pthread_setname_np... yes #12 309.2 checking for pthread_set_name_np... no #12 309.9 checking for getpwent... yes #12 310.4 checking whether pthread_setname_np takes a single argument... no #12 310.5 checking whether pthread_setname_np takes three arguments... no #12 310.7 checking for aligned_alloc... yes #12 311.2 checking whether aligned_alloc is declared... yes #12 311.4 checking for posix_madvise... yes #12 311.8 checking for madvise... yes #12 312.6 checking for __builtin_frame_address... yes #12 313.3 checking for __builtin_unwind_init... yes #12 313.7 checking for _LARGEFILE_SOURCE value needed for large files... no #12 314.4 checking for grantpt... yes #12 315.0 checking for getpt... yes #12 315.4 checking for posix_openpt... yes #12 316.0 checking for library containing tputs... -ltinfo #12 317.3 checking whether -ltinfo library defines BC... yes #12 318.0 checking for timerfd interface... yes #12 318.3 checking whether signals can be handled on alternate stack... yes #12 318.7 checking valgrind/valgrind.h usability... no #12 319.1 checking valgrind/valgrind.h presence... no #12 319.2 checking for valgrind/valgrind.h... no #12 319.2 checking for struct unipair.unicode... yes #12 319.4 checking for pid_t... yes #12 320.0 checking vfork.h usability... no #12 320.6 checking vfork.h presence... no #12 320.8 checking for vfork.h... no #12 320.8 checking for fork... yes #12 321.5 checking for vfork... yes #12 321.9 checking for working fork... yes #12 322.6 checking for working vfork... (cached) yes #12 322.6 checking for snprintf... yes #12 323.4 checking for open_memstream... yes #12 324.1 checking spawn.h usability... yes #12 324.6 checking spawn.h presence... yes #12 324.8 checking for spawn.h... yes #12 324.9 checking for posix_spawn... yes #12 325.5 checking for posix_spawn_file_actions_addchdir... no #12 325.8 checking for posix_spawn_file_actions_addchdir_np... yes #12 326.4 checking for posix_spawnattr_setflags... yes #12 327.3 checking whether POSIX_SPAWN_SETSID is declared... yes #12 327.6 checking whether GLib is linked in... no #12 327.9 checking for nl_langinfo and CODESET... yes #12 328.3 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 328.7 checking for mbstate_t... yes #12 329.1 checking for signals via characters... yes #12 329.4 checking for _setjmp... yes #12 330.0 checking for sigsetjmp... yes #12 330.5 checking POSIX termios... yes #12 331.3 checking size of speed_t... 4 #12 332.1 checking for usable FIONREAD... yes #12 332.5 checking for usable SIGIO... yes #12 333.1 checking for struct alignment... yes #12 333.3 checking for C/C++ restrict keyword... __restrict__ #12 333.5 checking for typeof syntax and keyword spelling... typeof #12 333.7 checking for statement expressions... yes #12 333.9 checking whether malloc (0) returns nonnull... yes #12 334.6 checking sys/acl.h usability... yes #12 335.0 checking sys/acl.h presence... yes #12 335.2 checking for sys/acl.h... yes #12 335.2 checking for library containing acl_get_file... -lacl #12 336.3 checking for acl_get_file... yes #12 336.9 checking for acl_get_fd... yes #12 337.4 checking for acl_set_file... yes #12 338.2 checking for acl_set_fd... yes #12 338.6 checking for acl_free... yes #12 339.1 checking for acl_from_mode... yes #12 339.5 checking for acl_from_text... yes #12 339.9 checking for acl_delete_def_file... yes #12 340.2 checking for acl_extended_file... yes #12 340.7 checking for acl_delete_fd_np... no #12 341.2 checking for acl_delete_file_np... no #12 341.5 checking for acl_copy_ext_native... no #12 341.9 checking for acl_create_entry_np... no #12 342.4 checking for acl_to_short_text... no #12 343.1 checking for acl_free_text... no #12 343.4 checking for working acl_get_file... yes #12 343.7 checking acl/libacl.h usability... yes #12 344.1 checking acl/libacl.h presence... yes #12 344.3 checking for acl/libacl.h... yes #12 344.3 checking for acl_entries... yes #12 345.1 checking for ACL_FIRST_ENTRY... yes #12 345.8 checking for ACL_TYPE_EXTENDED... no #12 346.2 checking for working alloca.h... yes #12 346.7 checking for alloca... yes #12 347.0 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 347.0 checking whether the preprocessor supports include_next... yes #12 347.3 checking whether source code line length is unlimited... yes #12 347.4 checking whether endutent is declared... yes #12 347.6 checking for struct utmpx.ut_user... yes #12 348.1 checking for struct utmp.ut_user... yes #12 348.5 checking for struct utmpx.ut_name... yes #12 348.9 checking for struct utmp.ut_name... yes #12 349.1 checking for struct utmpx.ut_type... yes #12 349.6 checking for struct utmp.ut_type... yes #12 349.9 checking for struct utmpx.ut_pid... yes #12 350.5 checking for struct utmp.ut_pid... yes #12 351.1 checking for struct utmp.ut_tv... yes #12 352.0 checking for struct utmpx.ut_host... yes #12 352.6 checking for struct utmp.ut_host... yes #12 353.0 checking for struct utmpx.ut_id... yes #12 353.5 checking for struct utmp.ut_id... yes #12 353.8 checking for struct utmpx.ut_session... yes #12 354.2 checking for struct utmp.ut_session... yes #12 354.6 checking for struct utmpx.ut_exit... yes #12 355.3 checking for struct utmp.ut_exit... yes #12 356.3 checking for struct utmpx.ut_exit.ut_exit... no #12 356.9 checking for struct utmpx.ut_exit.e_exit... yes #12 357.4 checking for struct utmp.ut_exit.e_exit... yes #12 357.8 checking for struct utmpx.ut_exit.ut_termination... no #12 358.7 checking for struct utmpx.ut_exit.e_termination... yes #12 359.3 checking for struct utmp.ut_exit.e_termination... yes #12 359.9 checking whether sysinfo is declared... yes #12 360.2 checking for sys/sysctl.h... yes #12 360.7 checking for sysctl... yes #12 361.1 checking whether lstat correctly handles trailing slash... yes #12 361.8 checking whether // is distinct from /... no #12 361.8 checking whether realpath works... yes #12 362.7 checking for faccessat... yes #12 363.1 checking for getcwd... yes #12 363.5 checking whether byte ordering is bigendian... no #12 364.2 checking if environ is properly declared... yes #12 364.4 checking for complete errno.h... yes #12 364.5 checking whether ctype.h defines __header_inline... no #12 364.6 checking for mode_t... yes #12 365.6 checking whether strmode is declared... no #12 366.0 checking whether getline is declared... yes #12 366.4 checking for gawk... no #12 366.4 checking for mawk... mawk #12 366.4 checking for getopt.h... (cached) yes #12 366.5 checking for getopt_long_only... yes #12 366.9 checking whether getopt is POSIX compatible... yes #12 368.6 checking for working GNU getopt function... yes #12 369.7 checking for working GNU getopt_long function... yes #12 370.1 checking whether timespec_get is declared... yes #12 370.3 checking for timespec_get... yes #12 370.6 checking for struct timeval... yes #12 370.9 checking for wide-enough struct timeval.tv_sec member... yes #12 371.0 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 371.2 checking whether the compiler produces multi-arch binaries... no #12 371.4 checking whether stdint.h conforms to C99... yes #12 372.5 checking whether stdint.h works without ISO C predefines... yes #12 372.8 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 373.1 checking whether memmem is declared... yes #12 373.6 checking whether memrchr is declared... yes #12 373.9 checking whether defines MIN and MAX... no #12 374.1 checking whether defines MIN and MAX... yes #12 374.6 checking whether time_t is signed... yes #12 374.9 checking whether alarm is declared... yes #12 375.3 checking for working mktime... no #12 376.3 checking whether struct tm is in sys/time.h or time.h... time.h #12 376.6 checking for struct tm.tm_zone... yes #12 376.8 checking for struct tm.tm_gmtoff... yes #12 377.1 checking whether is self-contained... yes #12 377.8 checking for inline... inline #12 378.1 checking for sigset_t... yes #12 378.5 checking for volatile sig_atomic_t... yes #12 379.3 checking for sighandler_t... yes #12 380.4 checking for wchar_t... yes #12 380.9 checking for good max_align_t... yes #12 381.9 checking whether NULL can be used in arbitrary expressions... yes #12 382.1 checking for unreachable... no #12 382.7 checking whether fcloseall is declared... yes #12 383.2 checking whether getw is declared... yes #12 383.6 checking whether putw is declared... yes #12 383.9 checking which flavor of printf attribute matches inttypes macros... system #12 384.3 checking whether strnlen is declared... yes #12 384.7 checking whether strtoimax is declared... yes #12 385.1 checking whether stat file-mode macros are broken... no #12 385.3 checking for nlink_t... yes #12 385.7 checking for struct timespec in ... yes #12 385.9 checking for TIME_UTC in ... yes #12 386.4 checking whether execvpe is declared... yes #12 386.9 checking whether clearerr_unlocked is declared... yes #12 387.4 checking whether feof_unlocked is declared... yes #12 388.1 checking whether ferror_unlocked is declared... yes #12 388.7 checking whether fflush_unlocked is declared... yes #12 389.3 checking whether fgets_unlocked is declared... yes #12 389.8 checking whether fputc_unlocked is declared... yes #12 390.4 checking whether fputs_unlocked is declared... yes #12 390.9 checking whether fread_unlocked is declared... yes #12 391.4 checking whether fwrite_unlocked is declared... yes #12 391.8 checking whether getc_unlocked is declared... yes #12 392.2 checking whether getchar_unlocked is declared... yes #12 392.6 checking whether putc_unlocked is declared... yes #12 393.1 checking whether putchar_unlocked is declared... yes #12 393.4 checking type of array argument to getgroups... gid_t #12 393.8 checking whether getdelim is declared... yes #12 394.6 checking whether getdtablesize is declared... yes #12 395.3 checking whether malloc is ptrdiff_t safe... yes #12 395.6 checking whether malloc, realloc, calloc set errno on failure... yes #12 395.6 checking for O_CLOEXEC... yes #12 395.8 checking for promoted mode_t type... mode_t #12 396.1 checking whether the utimes function works... yes #12 396.8 checking for C compiler option to allow warnings... -Wno-error #12 397.4 checking for alignas and alignof... yes, macros #12 397.9 checking for alloca as a compiler built-in... yes #12 397.9 checking for static_assert... yes, an macro #12 398.5 checking for __builtin_expect... yes #12 399.1 checking byteswap.h usability... yes #12 399.5 checking byteswap.h presence... yes #12 399.7 checking for byteswap.h... yes #12 399.7 checking for readlinkat... yes #12 400.1 checking for library containing clock_gettime... none required #12 400.5 checking for clock_getres... yes #12 401.2 checking for clock_gettime... yes #12 401.8 checking for clock_settime... yes #12 402.1 checking for copy_file_range... yes #12 402.6 checking for d_type member in directory struct... yes #12 403.0 checking whether // is distinct from /... (cached) no #12 403.0 checking whether dup2 works... yes #12 403.5 checking for library containing backtrace_symbols_fd... none required #12 404.0 checking for faccessat... (cached) yes #12 404.1 checking whether fchmodat works... no #12 404.9 checking for readlinkat... (cached) yes #12 404.9 checking whether fcntl handles F_DUPFD correctly... yes #12 405.6 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 406.1 checking whether fdopendir is declared... yes #12 406.4 checking whether fdopendir works... yes #12 406.8 checking for flexible array member... yes #12 407.2 checking for __fpending... yes #12 407.8 checking whether __fpending is declared... yes #12 408.1 checking whether free is known to preserve errno... no #12 408.3 checking whether fstatat (..., 0) works... yes #12 408.9 checking for sys/mount.h... yes #12 409.4 checking for statvfs function (SVR4)... yes #12 410.0 checking whether to use statvfs64... no #12 410.2 checking for two-argument statfs with statfs.f_frsize member... yes #12 410.9 checking sys/fs/s5param.h usability... no #12 411.2 checking sys/fs/s5param.h presence... no #12 411.3 checking for sys/fs/s5param.h... no #12 411.3 checking sys/statfs.h usability... yes #12 411.9 checking sys/statfs.h presence... yes #12 412.0 checking for sys/statfs.h... yes #12 412.1 checking for statfs that truncates block counts... no #12 412.2 checking for futimens... yes #12 412.6 checking whether futimens works... yes #12 414.1 checking for getline... yes #12 414.6 checking for working getline function... yes #12 415.1 checking for getloadavg... yes #12 415.5 checking sys/loadavg.h usability... no #12 415.7 checking sys/loadavg.h presence... no #12 415.8 checking for sys/loadavg.h... no #12 415.8 checking whether getloadavg is declared... yes #12 416.3 checking for getrandom... yes #12 416.8 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 417.0 checking for gettimeofday with POSIX signature... yes #12 417.5 checking whether the compiler supports the __inline keyword... yes #12 417.7 checking gmp.h usability... yes #12 418.5 checking gmp.h presence... yes #12 418.6 checking for gmp.h... yes #12 418.7 checking for library containing __gmpz_roinit_n... -lgmp #12 420.2 checking for memmem... yes #12 420.7 checking whether memmem works... yes #12 421.2 checking for mempcpy... yes #12 421.8 checking for memrchr... yes #12 422.3 checking for explicit_memset... no #12 423.0 checking for mkostemp... yes #12 423.5 checking for library containing nanosleep... none required #12 424.0 checking for working nanosleep... no (mishandles large arguments) #12 425.9 checking for sys/pstat.h... no #12 426.3 checking for sys/sysmp.h... no #12 426.7 checking for sys/param.h... (cached) yes #12 426.8 checking for sys/sysctl.h... (cached) yes #12 426.9 checking for sched_getaffinity_np... no #12 427.4 checking for pstat_getdynamic... no #12 427.7 checking for sysmp... no #12 428.1 checking for sysctl... (cached) yes #12 428.2 checking for sched_getaffinity... yes #12 428.4 checking for glibc compatible sched_getaffinity... yes #12 428.6 checking for pipe2... yes #12 429.0 checking whether signature of pselect conforms to POSIX... yes #12 429.5 checking whether pselect detects invalid fds... yes #12 430.1 checking whether pthread_sigmask is a macro... no #12 430.3 checking whether pthread_sigmask returns error numbers... yes #12 430.9 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 433.6 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 434.6 checking whether readlink signature is correct... yes #12 435.2 checking whether readlink handles trailing slash correctly... yes #12 436.1 checking whether readlink truncates results correctly... yes #12 436.7 checking for readlinkat... (cached) yes #12 436.7 checking whether readlinkat signature is correct... yes #12 436.9 checking for working re_compile_pattern... no #12 437.8 checking libintl.h usability... yes #12 438.2 checking libintl.h presence... yes #12 438.3 checking for libintl.h... yes #12 438.3 checking whether isblank is declared... yes #12 438.6 checking for sig2str... no #12 439.0 checking for sigdescr_np... no #12 439.5 checking for socklen_t... yes #12 439.9 checking for ssize_t... yes #12 440.3 checking for struct stat.st_atim.tv_nsec... yes #12 440.7 checking whether struct stat.st_atim is of type struct timespec... yes #12 441.1 checking for struct stat.st_birthtimespec.tv_nsec... no #12 441.4 checking for struct stat.st_birthtimensec... no #12 441.8 checking for struct stat.st_birthtim.tv_nsec... no #12 442.2 checking for bool, true, false... no #12 442.4 checking for stpcpy... yes #12 442.8 checking for working strnlen... yes #12 443.3 checking whether strtoimax works... yes #12 443.9 checking whether symlink handles trailing slash correctly... yes #12 444.4 checking whether localtime_r is declared... yes #12 444.7 checking whether localtime_r is compatible with its POSIX signature... yes #12 444.9 checking whether localtime works even near extrema... yes #12 445.4 checking for timezone_t... no #12 445.5 checking for timegm... yes #12 446.0 checking whether timer_settime is declared... yes #12 446.2 checking for library containing timer_settime... -lrt #12 447.2 checking for timer_settime... yes #12 447.9 checking for utimensat... yes #12 448.5 checking whether utimensat works... yes #12 450.1 checking for variable-length arrays... yes #12 450.4 checking whether getdtablesize works... yes #12 450.8 checking for __mktime_internal... no #12 451.2 checking for timer_getoverrun... yes #12 451.7 checking for gcc option to disable position independent executables... not needed #12 451.7 checking for __ctype_get_mb_cur_max... yes #12 452.1 checking whether MB_CUR_MAX is defined to function that won't link... no #12 452.2 #12 452.2 Configured for 'x86_64-pc-linux-gnu'. #12 452.2 #12 452.2 Where should the build process find the source code? . #12 452.2 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 452.2 Should Emacs use the GNU version of malloc? no #12 452.2 (The GNU allocators don't work with this system configuration.) #12 452.2 Should Emacs use a relocating allocator for buffers? no #12 452.2 Should Emacs use mmap(2) for buffer allocation? no #12 452.2 What window system should Emacs use? nextstep #12 452.2 What toolkit should Emacs use? none #12 452.2 Where do we find X Windows header files? NONE #12 452.2 Where do we find X Windows libraries? NONE #12 452.3 Does Emacs use -lXaw3d? no #12 452.3 Is Emacs being built for Android? no #12 452.3 Does Emacs use the X Double Buffer Extension? no #12 452.3 Does Emacs use -lXpm? no #12 452.3 Does Emacs use -ljpeg? no #12 452.3 Does Emacs use -ltiff? no #12 452.3 Does Emacs use a gif library? no #12 452.3 Does Emacs use a png library? no #12 452.3 Does Emacs use -lrsvg-2? no #12 452.3 Does Emacs use -lwebp? no #12 452.3 Does Emacs use -lsqlite3? no #12 452.3 Does Emacs use cairo? no #12 452.3 Does Emacs use -llcms2? no #12 452.3 Does Emacs use imagemagick? no #12 452.3 Does Emacs use native APIs for images? yes (ns) #12 452.3 Does Emacs support sound? yes #12 452.3 Does Emacs use -lgpm? no #12 452.3 Does Emacs use -ldbus? yes #12 452.3 Does Emacs use -lgconf? no #12 452.3 Does Emacs use GSettings? no #12 452.3 Does Emacs use a file notification library? yes -lglibc (inotify) #12 452.3 Does Emacs use access control lists? yes -lacl -lattr #12 452.3 Does Emacs use -lselinux? no #12 452.3 Does Emacs use -lgnutls? yes #12 452.3 Does Emacs use -lxml2? no #12 452.3 Does Emacs use -lfreetype? no #12 452.3 Does Emacs use HarfBuzz? no #12 452.3 Does Emacs use -lm17n-flt? no #12 452.3 Does Emacs use -lotf? no #12 452.3 Does Emacs use -lxft? no #12 452.3 Does Emacs use -lsystemd? no #12 452.3 Does Emacs use -ljansson? no #12 452.3 Does Emacs use -ltree-sitter? no #12 452.3 Does Emacs use the GMP library? yes #12 452.3 Does Emacs directly use zlib? yes #12 452.3 Does Emacs have dynamic modules support? yes #12 452.3 Does Emacs use toolkit scroll bars? yes #12 452.3 Does Emacs support Xwidgets? no #12 452.3 Does Emacs have threading support in lisp? yes #12 452.3 Does Emacs support the portable dumper? yes #12 452.3 Does Emacs support legacy unexec dumping? no #12 452.3 Which dumping strategy does Emacs use? pdumper #12 452.3 Does Emacs have native lisp compiler? no #12 452.3 Does Emacs use version 2 of the X Input Extension? no #12 452.3 Does Emacs generate a smaller-size Japanese dictionary? no #12 452.3 #12 452.3 #12 452.3 #12 452.3 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 452.3 Run 'make install' in order to build an application bundle. #12 452.3 The application will go to nextstep/Emacs.app and can be run or moved #12 452.3 from there. #12 452.3 The application will be fully self-contained. #12 452.3 #12 453.6 configure: creating ./config.status #12 454.1 configure: WARNING: This configuration installs a 'movemail' program #12 454.1 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 454.1 installed a 'movemail' program that retrieved POP3 email via only #12 454.1 insecure channels, a practice that is no longer recommended but that #12 454.1 you can continue to support by using './configure --with-pop'. #12 454.1 configure: You might want to install GNU Mailutils #12 454.1 and use './configure --with-mailutils'. #12 456.1 MAKE='make' ./config.status #12 456.7 config.status: creating src/verbose.mk #12 456.8 config.status: creating src/emacs-module.h #12 457.0 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 457.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 457.3 config.status: creating Makefile #12 457.5 config.status: creating lib/gnulib.mk #12 457.8 config.status: creating ./doc/man/emacs.1 #12 458.0 config.status: creating lib/Makefile #12 458.2 config.status: creating lib-src/Makefile #12 458.4 config.status: creating oldXMenu/Makefile #12 458.6 config.status: creating src/Makefile #12 458.7 config.status: creating lwlib/Makefile #12 458.9 config.status: creating nextstep/Makefile #12 459.0 config.status: creating nt/Makefile #12 459.1 config.status: creating doc/emacs/Makefile #12 459.2 config.status: creating doc/misc/Makefile #12 459.4 config.status: creating doc/lispintro/Makefile #12 459.6 config.status: creating doc/lispref/Makefile #12 459.8 config.status: creating lisp/Makefile #12 460.0 config.status: creating leim/Makefile #12 460.2 config.status: creating test/Makefile #12 460.5 config.status: creating test/manual/noverlay/Makefile #12 460.7 config.status: creating test/infra/Makefile #12 461.0 config.status: creating admin/charsets/Makefile #12 461.2 config.status: creating admin/unidata/Makefile #12 461.3 config.status: creating admin/grammars/Makefile #12 461.4 config.status: creating java/Makefile #12 461.6 config.status: creating cross/Makefile #12 461.8 config.status: creating java/AndroidManifest.xml #12 461.9 config.status: creating src/config.h #12 462.0 config.status: executing src/epaths.h commands #12 462.1 make[3]: Entering directory '/checkout' #12 462.3 make[3]: Leaving directory '/checkout' #12 462.4 config.status: executing src/.gdbinit commands #12 462.4 config.status: executing doc/emacs/emacsver.texi commands #12 462.6 config.status: executing etc-refcards-emacsver.tex commands #12 462.6 make[3]: Entering directory '/checkout' #12 462.7 make[3]: Leaving directory '/checkout' #12 462.7 make[2]: Leaving directory '/checkout' #12 462.7 make actual-all #12 462.8 make[2]: Entering directory '/checkout' #12 463.4 make -C lib all #12 463.8 make[3]: Entering directory '/checkout/lib' #12 463.8 GEN alloca.h #12 463.8 GEN dirent.h #12 463.9 GEN fcntl.h #12 464.0 GEN malloc/dynarray.gl.h #12 464.1 GEN malloc/dynarray-skeleton.gl.h #12 464.2 GEN inttypes.h #12 464.3 GEN limits.h #12 464.3 GEN signal.h #12 464.4 GEN stdckdint.h #12 464.5 GEN stddef.h #12 464.6 GEN stdio.h #12 465.0 GEN stdlib.h #12 465.3 GEN string.h #12 465.6 GEN sys/random.h #12 465.7 GEN sys/select.h #12 465.8 GEN sys/stat.h #12 465.9 GEN sys/time.h #12 466.0 GEN sys/types.h #12 466.0 GEN time.h #12 466.1 GEN unistd.h #12 466.8 CC fingerprint.o #12 466.9 CC mktime.o #12 467.8 CC acl-errno-valid.o #12 468.2 CC acl-internal.o #12 468.6 CC get-permissions.o #12 469.0 CC set-permissions.o #12 469.6 CC allocator.o #12 470.0 CC binary-io.o #12 470.7 CC boot-time.o #12 471.9 CC c-ctype.o #12 472.5 CC c-strcasecmp.o #12 472.8 CC c-strncasecmp.o #12 473.3 CC careadlinkat.o #12 473.9 CC close-stream.o #12 474.3 CC copy-file-range.o #12 474.6 CC count-leading-zeros.o #12 474.9 CC count-one-bits.o #12 475.1 CC count-trailing-zeros.o #12 475.4 CC md5-stream.o #12 476.0 CC md5.o #12 477.3 CC sha1.o #12 480.6 CC sha256.o #12 485.2 CC sha512.o #12 492.0 CC dtoastr.o #12 492.8 CC dtotimespec.o #12 493.0 CC fchmodat.o #12 493.5 CC fcntl.o #12 493.9 CC file-has-acl.o #12 494.8 CC filemode.o #12 495.2 CC filevercmp.o #12 496.2 CC free.o #12 496.5 CC fsusage.o #12 496.8 CC gettime.o #12 497.3 CC malloc/dynarray_at_failure.o #12 497.6 CC malloc/dynarray_emplace_enlarge.o #12 498.0 CC malloc/dynarray_finalize.o #12 498.3 CC malloc/dynarray_resize.o #12 498.6 CC malloc/dynarray_resize_clear.o #12 498.9 CC memset_explicit.o #12 499.3 CC nanosleep.o #12 499.9 CC nproc.o #12 500.6 CC nstrftime.o #12 503.8 CC pipe2.o #12 504.2 CC qcopy-acl.o #12 504.7 CC regex.o #12 526.2 CC sig2str.o #12 527.1 CC sigdescr_np.o #12 527.6 CC stat-time.o #12 528.1 CC tempname.o #12 528.7 CC time_rz.o #12 529.5 CC timegm.o #12 529.7 CC timespec.o #12 530.1 CC timespec-add.o #12 530.4 CC timespec-sub.o #12 530.7 CC u64.o #12 530.9 CC unistd.o #12 531.0 CC openat-die.o #12 531.4 CC save-cwd.o #12 531.7 AR libgnu.a #12 532.5 make[3]: Leaving directory '/checkout/lib' #12 532.5 make -C lib-src all #12 532.6 make[3]: Entering directory '/checkout/lib-src' #12 532.6 CCLD etags #12 550.5 CCLD ctags #12 567.9 CCLD emacsclient #12 571.9 CCLD ebrowse #12 579.0 CCLD hexl #12 580.0 CC pop.o #12 580.2 CCLD movemail #12 580.9 CCLD make-docfile #12 585.2 CCLD make-fingerprint #12 586.2 make[3]: Leaving directory '/checkout/lib-src' #12 586.2 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 586.2 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 586.8 make[3]: Entering directory '/checkout/src' #12 586.8 GEN globals.h #12 588.3 CC dispnew.o #12 608.3 CC frame.o #12 632.3 CC scroll.o #12 637.3 CC xdisp.o #12 766.8 CC menu.o #12 774.1 CC window.o #12 804.5 CC charset.o #12 819.1 CC coding.o #12 869.8 CC category.o #12 872.8 CC ccl.o #12 882.5 CC character.o #12 887.9 CC chartab.o #12 895.3 CC bidi.o #12 902.1 CC cm.o #12 904.3 CC term.o #12 916.8 CC terminal.o #12 919.3 CC xfaces.o #12 943.0 CC dbusbind.o #12 956.7 CC emacs.o #12 963.1 CC keyboard.o #12 1005. CC macros.o #12 1007. CC keymap.o #12 1021. CC sysdep.o #12 1032. CC bignum.o #12 1035. CC buffer.o #12 1049. CC filelock.o #12 1052. CC insdel.o #12 1058. CC marker.o #12 1061. CC minibuf.o #12 1074. CC fileio.o #12 1090. CC dired.o #12 1095. CC cmds.o #12 1098. CC casetab.o #12 1100. CC casefiddle.o #12 1104. CC indent.o #12 1113. CC search.o #12 1125. CC regex-emacs.o #12 1150. CC undo.o #12 1152. CC alloc.o #12 1171. CC pdumper.o #12 1188. CC data.o #12 1208. GEN buildobj.h #12 1210. CC doc.o #12 1214. CC editfns.o #12 1233. CC callint.o #12 1238. CC eval.o #12 1253. CC floatfns.o #12 1257. CC fns.o #12 1286. CC sort.o #12 1290. CC font.o #12 1317. CC print.o #12 1332. CC lread.o #12 1363. CC emacs-module.o #12 1376. CC syntax.o #12 1408. CC bytecode.o #12 1425. CC comp.o #12 1427. CC dynlib.o #12 1428. CC process.o #12 1470. CC gnutls.o #12 1485. CC callproc.o #12 1495. CC region-cache.o #12 1498. CC sound.o #12 1503. CC timefns.o #12 1513. CC atimer.o #12 1516. CC doprnt.o #12 1521. CC intervals.o #12 1535. CC textprop.o #12 1551. CC composite.o #12 1577. CC xml.o #12 1582. CC lcms.o #12 1582. CC inotify.o #12 1590. CC profiler.o #12 1596. CC decompress.o #12 1608. CC thread.o #12 1638. CC systhread.o #12 1640. CC sqlite.o #12 1642. CC treesit.o #12 1644. CC itree.o #12 1649. CC fontset.o #12 1667. CC fringe.o #12 1680. CC image.o #12 1700. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 1700. 143 | #define PIX_MASK_DRAW 1 #12 1700. | #12 1701. CC nsterm.o #12 1701. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1701. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1705. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1705. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1705. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1705. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1705. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1705. | ^~~~~~~~~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1705. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1705. | ^~~~~~~~~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1705. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1705. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1705. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1705. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 88 | #if GS_API_VERSION(0,011500) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1705. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1705. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1705. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1705. | ^~~~~~~~~~ #12 1705. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1705. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1705. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1705. | ^~~~~~~~~~ #12 1705. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1705. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1705. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1705. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1705. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1705. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1705. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1705. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1705. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1705. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 45 | #if GS_EXPOSE(NSArchiver) #12 1705. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1705. from nsgui.h:34, #12 1705. from dispextern.h:137, #12 1705. from nsterm.h:22, #12 1705. from nsterm.m:48: #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1705. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1706. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1706. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 114 | #if GS_EXPOSE(NSBundle) #12 1706. | ^~~~~~~~~~~~~~~~~~~~~ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 43 | #if GS_EXPOSE(NSCache) #12 1706. | ^~~~~~~~~~~~~~~~~~~~ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1706. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1706. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 113 | #if GS_EXPOSE(NSException) #12 1706. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1706. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1706. 303 | NSGetUncaughtExceptionHandler(); #12 1706. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 53 | #if GS_EXPOSE(NSExpression) #12 1706. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1706. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1706. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 47 | #if GS_EXPOSE(NSTimer) #12 1706. | ^~~~~~~~~~~~~~~~~~~~ #12 1706. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1706. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1706. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 46 | #if GS_EXPOSE(NSRunLoop) #12 1706. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1706. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1706. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1706. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1706. | ^ #12 1706. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1706. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1706. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1706. | ^ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1706. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1706. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1706. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1706. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1706. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1706. from nsgui.h:34, #12 1706. from dispextern.h:137, #12 1706. from nsterm.h:22, #12 1706. from nsterm.m:48: #12 1706. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1706. 40 | #if GS_EXPOSE(NSDistantObject) #12 1706. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1707. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 74 | #if GS_EXPOSE(NSLock) #12 1707. | ^~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 125 | #if GS_EXPOSE(NSCondition) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 175 | #if GS_EXPOSE(NSConditionLock) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1707. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1707. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1707. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 134 | #if GS_EXPOSE(NSError) #12 1707. | ^~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1707. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1707. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 182 | #if GS_EXPOSE(NSURLHandle) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1707. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 73 | #if GS_EXPOSE(NSURL) #12 1707. | ^~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1707. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1707. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1707. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 633 | #if GS_EXPOSE(NSURLComponents) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 160 | #if GS_EXPOSE(NSPipe) #12 1707. | ^~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1707. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1707. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 215 | #if GS_EXPOSE(NSFileManager) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 42 | #if GS_EXPOSE(NSHost) #12 1707. | ^~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 47 | #if GS_EXPOSE(NSIndexPath) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 49 | #if GS_EXPOSE(NSIndexSet) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1707. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 38 | #if GS_EXPOSE(NSInvocation) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1707. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1707. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1707. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 103 | #if GS_EXPOSE(NSLocale) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1707. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 361 | #if GS_EXPOSE(NSNetService) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1707. | ^ #12 1707. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1707. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1707. from nsgui.h:34, #12 1707. from dispextern.h:137, #12 1707. from nsterm.h:22, #12 1707. from nsterm.m:48: #12 1707. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1707. | ^ #12 1707. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1707. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1707. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1707. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1707. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 53 | #if GS_EXPOSE(NSPortCoder) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1708. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 77 | #if GS_EXPOSE(NSPort) #12 1708. | ^~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 202 | #if GS_EXPOSE(NSSocketPort) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 284 | #if GS_EXPOSE(NSMessagePort) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 47 | #if GS_EXPOSE(NSPortMessage) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 53 | #if GS_EXPOSE(NSProgress) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 42 | #if GS_EXPOSE(NSScanner) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 58 | #if GS_EXPOSE(NSSpellServer) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1708. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 51 | #if GS_EXPOSE(NSTask) #12 1708. | ^~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1708. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 59 | #if GS_EXPOSE(NSThread) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1708. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 87 | #if GS_EXPOSE(NSUndoManager) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 105 | #if GS_EXPOSE(NSURLCache) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 48 | #if GS_EXPOSE(NSURLConnection) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 56 | #if GS_EXPOSE(NSURLCredential) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 49 | #if GS_EXPOSE(NSURLDownload) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 92 | #if GS_EXPOSE(NSURLRequest) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 49 | #if GS_EXPOSE(NSURLResponse) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1708. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1708. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 72 | #if GS_EXPOSE(NSXMLParser) #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1708. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1708. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1708. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1708. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1708. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1708. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1708. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1708. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1708. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1708. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1708. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1708. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1708. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1708. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1708. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1708. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1708. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1708. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1708. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1708. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1708. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1708. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1708. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1708. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1708. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1708. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1708. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1708. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1708. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1708. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1708. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1708. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1708. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1708. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1708. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1708. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1708. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1708. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1708. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1708. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1708. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1708. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1708. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1708. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1708. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1708. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1708. | ^ #12 1708. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1708. | ^ #12 1708. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1708. from nsgui.h:34, #12 1708. from dispextern.h:137, #12 1708. from nsterm.h:22, #12 1708. from nsterm.m:48: #12 1708. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1708. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1708. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1709. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1709. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1709. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1709. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1709. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1709. | ^~~~~~~~~~~~~~~~~~~~ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1709. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1709. | ^~~~~~~~~~~~~~~~~~~~ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1709. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1709. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1709. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1709. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1709. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1709. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1709. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1709. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1709. | ^ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1709. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1709. | ^ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 125 | __attribute__((unused)); #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 129 | __attribute__((unused)); #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 133 | __attribute__((unused)); #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 214 | __attribute__((unused)); #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 247 | __attribute__((unused)); #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 251 | __attribute__((unused)); #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 259 | __attribute__((unused)); #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 263 | __attribute__((unused)); #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 267 | __attribute__((unused)); #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 271 | __attribute__((unused)); #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 275 | __attribute__((unused)); #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 287 | __attribute__((unused)); #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 311 | __attribute__((unused)); #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 323 | __attribute__((unused)); #12 1709. | ^~~~~~~~~~~~~ #12 1709. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1709. from nsgui.h:34, #12 1709. from dispextern.h:137, #12 1709. from nsterm.h:22, #12 1709. from nsterm.m:48: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 493 | PSgsave() #12 1709. | ^~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 499 | PSgrestore() #12 1709. | ^~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 505 | PSinitgraphics() #12 1709. | ^~~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 622 | PSinitmatrix() #12 1709. | ^~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 669 | PSclip() #12 1709. | ^~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 675 | PSclosepath() #12 1709. | ^~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 687 | PSeoclip() #12 1709. | ^~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 693 | PSeofill() #12 1709. | ^~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 699 | PSfill() #12 1709. | ^~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 705 | PSflattenpath() #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 711 | PSinitclip() #12 1709. | ^~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 729 | PSnewpath() #12 1709. | ^~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 765 | PSreversepath() #12 1709. | ^~~~~~~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 783 | PSstroke() #12 1709. | ^~~~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1709. 835 | PSWait() #12 1709. | ^~~~~~ #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1709. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1710. nsterm.m: In function 'ns_set_undecorated': #12 1711. nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 1711. 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 1711. | ^ #12 1711. nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 1711. nsterm.m: In function '-[EmacsView showFontPanel]': #12 1711. nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 1711. 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #12 1711. | ^ #12 1773. CC nsfns.o #12 1774. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1774. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1776. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1776. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1776. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1776. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1776. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1776. | ^~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1776. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1776. | ^~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1776. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1776. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1776. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1776. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 88 | #if GS_API_VERSION(0,011500) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1776. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1776. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1776. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1776. | ^~~~~~~~~~ #12 1776. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1776. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1776. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1776. | ^~~~~~~~~~ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1776. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1776. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1776. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1776. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1776. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1776. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1776. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1776. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 45 | #if GS_EXPOSE(NSArchiver) #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 114 | #if GS_EXPOSE(NSBundle) #12 1776. | ^~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1776. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 43 | #if GS_EXPOSE(NSCache) #12 1776. | ^~~~~~~~~~~~~~~~~~~~ #12 1776. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsterm.h:22, #12 1776. from nsfns.m:38: #12 1776. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1776. | ^ #12 1776. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 113 | #if GS_EXPOSE(NSException) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1777. 303 | NSGetUncaughtExceptionHandler(); #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 53 | #if GS_EXPOSE(NSExpression) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 47 | #if GS_EXPOSE(NSTimer) #12 1777. | ^~~~~~~~~~~~~~~~~~~~ #12 1777. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1777. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1777. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 46 | #if GS_EXPOSE(NSRunLoop) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1777. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1777. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 40 | #if GS_EXPOSE(NSDistantObject) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 74 | #if GS_EXPOSE(NSLock) #12 1777. | ^~~~~~~~~~~~~~~~~~~ #12 1777. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 125 | #if GS_EXPOSE(NSCondition) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 175 | #if GS_EXPOSE(NSConditionLock) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1777. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1777. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 134 | #if GS_EXPOSE(NSError) #12 1777. | ^~~~~~~~~~~~~~~~~~~~ #12 1777. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1777. | ^ #12 1777. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1777. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1777. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1777. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1777. from nsgui.h:34, #12 1777. from dispextern.h:137, #12 1777. from nsterm.h:22, #12 1777. from nsfns.m:38: #12 1777. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1777. | ^ #12 1777. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1777. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1777. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 182 | #if GS_EXPOSE(NSURLHandle) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1778. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 73 | #if GS_EXPOSE(NSURL) #12 1778. | ^~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1778. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1778. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1778. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 633 | #if GS_EXPOSE(NSURLComponents) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 160 | #if GS_EXPOSE(NSPipe) #12 1778. | ^~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1778. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1778. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 215 | #if GS_EXPOSE(NSFileManager) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 42 | #if GS_EXPOSE(NSHost) #12 1778. | ^~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 47 | #if GS_EXPOSE(NSIndexPath) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 49 | #if GS_EXPOSE(NSIndexSet) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1778. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 38 | #if GS_EXPOSE(NSInvocation) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1778. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1778. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1778. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 103 | #if GS_EXPOSE(NSLocale) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1778. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 361 | #if GS_EXPOSE(NSNetService) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1778. | ^ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 53 | #if GS_EXPOSE(NSPortCoder) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1778. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 77 | #if GS_EXPOSE(NSPort) #12 1778. | ^~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 202 | #if GS_EXPOSE(NSSocketPort) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 284 | #if GS_EXPOSE(NSMessagePort) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 47 | #if GS_EXPOSE(NSPortMessage) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1778. | ^ #12 1778. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 53 | #if GS_EXPOSE(NSProgress) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1778. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1778. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1778. from nsgui.h:34, #12 1778. from dispextern.h:137, #12 1778. from nsterm.h:22, #12 1778. from nsfns.m:38: #12 1778. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1778. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1778. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 42 | #if GS_EXPOSE(NSScanner) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 58 | #if GS_EXPOSE(NSSpellServer) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1779. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 51 | #if GS_EXPOSE(NSTask) #12 1779. | ^~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1779. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 59 | #if GS_EXPOSE(NSThread) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1779. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 87 | #if GS_EXPOSE(NSUndoManager) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 105 | #if GS_EXPOSE(NSURLCache) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 48 | #if GS_EXPOSE(NSURLConnection) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 56 | #if GS_EXPOSE(NSURLCredential) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 49 | #if GS_EXPOSE(NSURLDownload) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 92 | #if GS_EXPOSE(NSURLRequest) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 49 | #if GS_EXPOSE(NSURLResponse) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1779. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1779. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 72 | #if GS_EXPOSE(NSXMLParser) #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1779. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1779. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1779. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1779. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1779. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1779. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1779. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1779. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1779. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1779. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1779. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1779. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1779. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1779. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1779. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1779. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1779. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1779. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1779. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1779. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1779. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1779. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1779. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1779. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1779. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1779. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1779. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1779. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1779. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1779. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1779. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1779. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1779. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1779. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1779. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1779. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1779. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1779. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1779. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1779. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1779. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1779. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1779. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1779. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1779. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1779. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1779. | ^ #12 1779. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1779. from nsgui.h:34, #12 1779. from dispextern.h:137, #12 1779. from nsterm.h:22, #12 1779. from nsfns.m:38: #12 1779. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1779. | ^ #12 1779. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1779. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1779. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1780. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1780. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1780. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1780. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1780. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1780. | ^~~~~~~~~~~~~~~~~~~~ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1780. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1780. | ^~~~~~~~~~~~~~~~~~~~ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1780. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1780. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1780. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1780. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1780. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1780. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1780. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1780. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1780. | ^ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1780. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1780. | ^ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 125 | __attribute__((unused)); #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 129 | __attribute__((unused)); #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 133 | __attribute__((unused)); #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 214 | __attribute__((unused)); #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 247 | __attribute__((unused)); #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 251 | __attribute__((unused)); #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 259 | __attribute__((unused)); #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 263 | __attribute__((unused)); #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 267 | __attribute__((unused)); #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 271 | __attribute__((unused)); #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 275 | __attribute__((unused)); #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 287 | __attribute__((unused)); #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 311 | __attribute__((unused)); #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 323 | __attribute__((unused)); #12 1780. | ^~~~~~~~~~~~~ #12 1780. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1780. from nsgui.h:34, #12 1780. from dispextern.h:137, #12 1780. from nsterm.h:22, #12 1780. from nsfns.m:38: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 493 | PSgsave() #12 1780. | ^~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 499 | PSgrestore() #12 1780. | ^~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 505 | PSinitgraphics() #12 1780. | ^~~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 622 | PSinitmatrix() #12 1780. | ^~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 669 | PSclip() #12 1780. | ^~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 675 | PSclosepath() #12 1780. | ^~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 687 | PSeoclip() #12 1780. | ^~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 693 | PSeofill() #12 1780. | ^~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 699 | PSfill() #12 1780. | ^~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 705 | PSflattenpath() #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 711 | PSinitclip() #12 1780. | ^~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 729 | PSnewpath() #12 1780. | ^~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 765 | PSreversepath() #12 1780. | ^~~~~~~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 783 | PSstroke() #12 1780. | ^~~~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1780. 835 | PSWait() #12 1780. | ^~~~~~ #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1780. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1781. nsfns.m: At top level: #12 1781. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 1781. 689 | ns_make_frame_key_window (struct frame *f) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1807. CC nsmenu.o #12 1807. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1807. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1811. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1811. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1811. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1811. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1811. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1811. | ^~~~~~~~~~~~~~~~~~~~ #12 1811. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1811. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1811. | ^~~~~~~~~~~~~~~~~~~~ #12 1811. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1811. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1811. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1811. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1811. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 88 | #if GS_API_VERSION(0,011500) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1811. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1811. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1811. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1811. | ^~~~~~~~~~ #12 1811. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1811. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1811. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1811. | ^~~~~~~~~~ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1811. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1811. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1811. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1811. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1811. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1811. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1811. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1811. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1811. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1811. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 45 | #if GS_EXPOSE(NSArchiver) #12 1811. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1811. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1811. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1811. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1811. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1811. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1811. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1811. | ^ #12 1811. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1811. | ^ #12 1811. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1811. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1811. from nsgui.h:34, #12 1811. from dispextern.h:137, #12 1811. from window.h:23, #12 1811. from nsmenu.m:29: #12 1811. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1811. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1811. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 114 | #if GS_EXPOSE(NSBundle) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 43 | #if GS_EXPOSE(NSCache) #12 1812. | ^~~~~~~~~~~~~~~~~~~~ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 113 | #if GS_EXPOSE(NSException) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1812. 303 | NSGetUncaughtExceptionHandler(); #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 53 | #if GS_EXPOSE(NSExpression) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 47 | #if GS_EXPOSE(NSTimer) #12 1812. | ^~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1812. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1812. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 46 | #if GS_EXPOSE(NSRunLoop) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1812. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 40 | #if GS_EXPOSE(NSDistantObject) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 74 | #if GS_EXPOSE(NSLock) #12 1812. | ^~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 125 | #if GS_EXPOSE(NSCondition) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 175 | #if GS_EXPOSE(NSConditionLock) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1812. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 134 | #if GS_EXPOSE(NSError) #12 1812. | ^~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1812. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 182 | #if GS_EXPOSE(NSURLHandle) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 73 | #if GS_EXPOSE(NSURL) #12 1812. | ^~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1812. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 633 | #if GS_EXPOSE(NSURLComponents) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 160 | #if GS_EXPOSE(NSPipe) #12 1812. | ^~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1812. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 215 | #if GS_EXPOSE(NSFileManager) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1812. | ^ #12 1812. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1812. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1812. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1812. | ^ #12 1812. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1812. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1812. from nsgui.h:34, #12 1812. from dispextern.h:137, #12 1812. from window.h:23, #12 1812. from nsmenu.m:29: #12 1812. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1812. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1812. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 42 | #if GS_EXPOSE(NSHost) #12 1813. | ^~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 47 | #if GS_EXPOSE(NSIndexPath) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 49 | #if GS_EXPOSE(NSIndexSet) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1813. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 38 | #if GS_EXPOSE(NSInvocation) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1813. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1813. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1813. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 103 | #if GS_EXPOSE(NSLocale) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1813. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 361 | #if GS_EXPOSE(NSNetService) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 53 | #if GS_EXPOSE(NSPortCoder) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1813. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 77 | #if GS_EXPOSE(NSPort) #12 1813. | ^~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 202 | #if GS_EXPOSE(NSSocketPort) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 284 | #if GS_EXPOSE(NSMessagePort) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 47 | #if GS_EXPOSE(NSPortMessage) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 53 | #if GS_EXPOSE(NSProgress) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 42 | #if GS_EXPOSE(NSScanner) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 58 | #if GS_EXPOSE(NSSpellServer) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1813. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 51 | #if GS_EXPOSE(NSTask) #12 1813. | ^~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1813. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 59 | #if GS_EXPOSE(NSThread) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1813. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 87 | #if GS_EXPOSE(NSUndoManager) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 105 | #if GS_EXPOSE(NSURLCache) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 48 | #if GS_EXPOSE(NSURLConnection) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 56 | #if GS_EXPOSE(NSURLCredential) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 49 | #if GS_EXPOSE(NSURLDownload) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 92 | #if GS_EXPOSE(NSURLRequest) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 49 | #if GS_EXPOSE(NSURLResponse) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1813. | ^ #12 1813. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1813. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1813. from nsgui.h:34, #12 1813. from dispextern.h:137, #12 1813. from window.h:23, #12 1813. from nsmenu.m:29: #12 1813. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1813. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1813. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1813. | ^ #12 1813. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1813. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1813. | ^ #12 1814. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1814. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1814. from nsgui.h:34, #12 1814. from dispextern.h:137, #12 1814. from window.h:23, #12 1814. from nsmenu.m:29: #12 1814. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1814. | ^ #12 1814. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1814. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1814. from nsgui.h:34, #12 1814. from dispextern.h:137, #12 1814. from window.h:23, #12 1814. from nsmenu.m:29: #12 1814. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1814. | ^ #12 1814. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1814. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1814. from nsgui.h:34, #12 1814. from dispextern.h:137, #12 1814. from window.h:23, #12 1814. from nsmenu.m:29: #12 1814. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1814. | ^ #12 1814. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1814. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1814. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1814. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1814. from nsgui.h:34, #12 1814. from dispextern.h:137, #12 1814. from window.h:23, #12 1814. from nsmenu.m:29: #12 1814. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1814. | ^ #12 1814. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1814. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1814. from nsgui.h:34, #12 1814. from dispextern.h:137, #12 1814. from window.h:23, #12 1814. from nsmenu.m:29: #12 1814. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1814. | ^ #12 1814. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1814. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1814. from nsgui.h:34, #12 1814. from dispextern.h:137, #12 1814. from window.h:23, #12 1814. from nsmenu.m:29: #12 1814. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 72 | #if GS_EXPOSE(NSXMLParser) #12 1814. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1814. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1814. | ^ #12 1814. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1814. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1814. from nsgui.h:34, #12 1814. from dispextern.h:137, #12 1814. from window.h:23, #12 1814. from nsmenu.m:29: #12 1814. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1814. | ^ #12 1814. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1814. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1814. from nsgui.h:34, #12 1814. from dispextern.h:137, #12 1814. from window.h:23, #12 1814. from nsmenu.m:29: #12 1814. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1814. | ^ #12 1814. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1814. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1814. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1814. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1814. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1814. from nsgui.h:34, #12 1814. from dispextern.h:137, #12 1814. from window.h:23, #12 1814. from nsmenu.m:29: #12 1814. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1814. | ^ #12 1814. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1814. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1814. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1814. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1814. from nsgui.h:34, #12 1814. from dispextern.h:137, #12 1814. from window.h:23, #12 1814. from nsmenu.m:29: #12 1814. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1814. | ^ #12 1814. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1814. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1814. from nsgui.h:34, #12 1814. from dispextern.h:137, #12 1814. from window.h:23, #12 1814. from nsmenu.m:29: #12 1814. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1814. | ^ #12 1814. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1814. from nsgui.h:34, #12 1814. from dispextern.h:137, #12 1814. from window.h:23, #12 1814. from nsmenu.m:29: #12 1814. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1814. | ^ #12 1814. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1814. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1814. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1814. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1814. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1814. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1814. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1814. from nsgui.h:34, #12 1814. from dispextern.h:137, #12 1814. from window.h:23, #12 1814. from nsmenu.m:29: #12 1814. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1814. | ^ #12 1814. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1814. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1814. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1814. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1814. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1814. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1814. from nsgui.h:34, #12 1814. from dispextern.h:137, #12 1814. from window.h:23, #12 1814. from nsmenu.m:29: #12 1814. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1814. | ^ #12 1814. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1814. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1814. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1815. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1815. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1815. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1815. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1815. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1815. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1815. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1815. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1815. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1815. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1815. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1815. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1815. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1815. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1815. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1815. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1815. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1815. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1815. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1815. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1815. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1815. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1815. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1815. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1815. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1815. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1815. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1815. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1815. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1815. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1815. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1815. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1815. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1815. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1815. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1815. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1815. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1815. | ^ #12 1815. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1815. | ^ #12 1815. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1815. from nsgui.h:34, #12 1815. from dispextern.h:137, #12 1815. from window.h:23, #12 1815. from nsmenu.m:29: #12 1815. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1815. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1815. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1816. | ^ #12 1816. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1816. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1816. from nsgui.h:34, #12 1816. from dispextern.h:137, #12 1816. from window.h:23, #12 1816. from nsmenu.m:29: #12 1816. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1816. from nsgui.h:34, #12 1816. from dispextern.h:137, #12 1816. from window.h:23, #12 1816. from nsmenu.m:29: #12 1816. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1816. from nsgui.h:34, #12 1816. from dispextern.h:137, #12 1816. from window.h:23, #12 1816. from nsmenu.m:29: #12 1816. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1816. | ^ #12 1816. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1816. from nsgui.h:34, #12 1816. from dispextern.h:137, #12 1816. from window.h:23, #12 1816. from nsmenu.m:29: #12 1816. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1816. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1816. from nsgui.h:34, #12 1816. from dispextern.h:137, #12 1816. from window.h:23, #12 1816. from nsmenu.m:29: #12 1816. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1816. | ^ #12 1816. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1816. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1816. from nsgui.h:34, #12 1816. from dispextern.h:137, #12 1816. from window.h:23, #12 1816. from nsmenu.m:29: #12 1816. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1816. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1816. from nsgui.h:34, #12 1816. from dispextern.h:137, #12 1816. from window.h:23, #12 1816. from nsmenu.m:29: #12 1816. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1816. | ^ #12 1816. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1816. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1816. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1816. from nsgui.h:34, #12 1816. from dispextern.h:137, #12 1816. from window.h:23, #12 1816. from nsmenu.m:29: #12 1816. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1816. | ^ #12 1816. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1816. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1816. from nsgui.h:34, #12 1816. from dispextern.h:137, #12 1816. from window.h:23, #12 1816. from nsmenu.m:29: #12 1816. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1816. | ^ #12 1816. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1816. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1816. from nsgui.h:34, #12 1816. from dispextern.h:137, #12 1816. from window.h:23, #12 1816. from nsmenu.m:29: #12 1816. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1816. | ^ #12 1816. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1816. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1816. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1816. from nsgui.h:34, #12 1816. from dispextern.h:137, #12 1816. from window.h:23, #12 1816. from nsmenu.m:29: #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1816. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1816. from nsgui.h:34, #12 1816. from dispextern.h:137, #12 1816. from window.h:23, #12 1816. from nsmenu.m:29: #12 1816. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1816. | ^ #12 1816. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1816. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1816. | ^ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1817. | ^ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1817. | ^ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1817. | ^ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1817. | ^ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1817. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1817. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1817. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1817. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1817. | ^ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1817. | ^ #12 1817. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1817. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1817. | ^ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1817. | ^ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1817. | ^ #12 1817. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1817. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1817. | ^ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1817. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1817. | ^~~~~~~~~~~~~~~~~~~~ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1817. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1817. | ^~~~~~~~~~~~~~~~~~~~ #12 1817. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1817. from nsgui.h:34, #12 1817. from dispextern.h:137, #12 1817. from window.h:23, #12 1817. from nsmenu.m:29: #12 1817. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1817. | ^ #12 1817. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1817. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1817. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1818. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1818. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1818. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1818. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1818. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1818. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1818. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1818. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1818. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1818. | ^ #12 1818. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1818. from nsgui.h:34, #12 1818. from dispextern.h:137, #12 1818. from window.h:23, #12 1818. from nsmenu.m:29: #12 1818. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1818. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1818. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1818. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1819. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1819. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1819. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1819. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1819. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1819. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1819. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1819. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1819. | ^ #12 1819. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1819. | ^ #12 1819. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1819. from nsgui.h:34, #12 1819. from dispextern.h:137, #12 1819. from window.h:23, #12 1819. from nsmenu.m:29: #12 1819. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1819. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1819. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1820. | ^ #12 1820. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1820. | ^ #12 1820. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1820. | ^ #12 1820. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1820. | ^ #12 1820. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1820. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1820. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1820. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1820. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1820. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1820. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1820. | ^ #12 1820. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1820. | ^ #12 1820. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1820. | ^ #12 1820. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1820. | ^ #12 1820. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1820. | ^ #12 1820. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1820. | ^ #12 1820. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1820. | ^ #12 1820. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1820. | ^ #12 1820. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1820. | ^ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1820. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1820. | ^ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 125 | __attribute__((unused)); #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 129 | __attribute__((unused)); #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 133 | __attribute__((unused)); #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 214 | __attribute__((unused)); #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 247 | __attribute__((unused)); #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 251 | __attribute__((unused)); #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 259 | __attribute__((unused)); #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 263 | __attribute__((unused)); #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 267 | __attribute__((unused)); #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 271 | __attribute__((unused)); #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 275 | __attribute__((unused)); #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 287 | __attribute__((unused)); #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 311 | __attribute__((unused)); #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 323 | __attribute__((unused)); #12 1820. | ^~~~~~~~~~~~~ #12 1820. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1820. from nsgui.h:34, #12 1820. from dispextern.h:137, #12 1820. from window.h:23, #12 1820. from nsmenu.m:29: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 493 | PSgsave() #12 1820. | ^~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 499 | PSgrestore() #12 1820. | ^~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 505 | PSinitgraphics() #12 1820. | ^~~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 622 | PSinitmatrix() #12 1820. | ^~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 669 | PSclip() #12 1820. | ^~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 675 | PSclosepath() #12 1820. | ^~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 687 | PSeoclip() #12 1820. | ^~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 693 | PSeofill() #12 1820. | ^~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 699 | PSfill() #12 1820. | ^~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 705 | PSflattenpath() #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 711 | PSinitclip() #12 1820. | ^~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 729 | PSnewpath() #12 1820. | ^~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 765 | PSreversepath() #12 1820. | ^~~~~~~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 783 | PSstroke() #12 1820. | ^~~~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1820. 835 | PSWait() #12 1820. | ^~~~~~ #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1820. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1835. CC nsselect.o #12 1835. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1835. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1840. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1840. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1840. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1840. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1840. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1840. | ^~~~~~~~~~~~~~~~~~~~ #12 1840. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1840. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1840. | ^~~~~~~~~~~~~~~~~~~~ #12 1840. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1840. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1840. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1840. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1840. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 88 | #if GS_API_VERSION(0,011500) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1840. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1840. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1840. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1840. | ^~~~~~~~~~ #12 1840. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1840. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1840. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1840. | ^~~~~~~~~~ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1840. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1840. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1840. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1840. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1840. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1840. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1840. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1840. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1840. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 45 | #if GS_EXPOSE(NSArchiver) #12 1840. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1840. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1840. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1840. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1840. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1840. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 114 | #if GS_EXPOSE(NSBundle) #12 1840. | ^~~~~~~~~~~~~~~~~~~~~ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 43 | #if GS_EXPOSE(NSCache) #12 1840. | ^~~~~~~~~~~~~~~~~~~~ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1840. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1840. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 113 | #if GS_EXPOSE(NSException) #12 1840. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1840. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1840. 303 | NSGetUncaughtExceptionHandler(); #12 1840. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 53 | #if GS_EXPOSE(NSExpression) #12 1840. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1840. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1840. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 47 | #if GS_EXPOSE(NSTimer) #12 1840. | ^~~~~~~~~~~~~~~~~~~~ #12 1840. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1840. | ^ #12 1840. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1840. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1840. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1840. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 46 | #if GS_EXPOSE(NSRunLoop) #12 1840. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1840. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1840. | ^ #12 1840. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1840. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1840. from nsgui.h:34, #12 1840. from dispextern.h:137, #12 1840. from nsterm.h:22, #12 1840. from nsselect.m:31: #12 1840. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1840. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1840. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1841. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 40 | #if GS_EXPOSE(NSDistantObject) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 74 | #if GS_EXPOSE(NSLock) #12 1841. | ^~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 125 | #if GS_EXPOSE(NSCondition) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 175 | #if GS_EXPOSE(NSConditionLock) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1841. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 134 | #if GS_EXPOSE(NSError) #12 1841. | ^~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1841. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 182 | #if GS_EXPOSE(NSURLHandle) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 73 | #if GS_EXPOSE(NSURL) #12 1841. | ^~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1841. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 633 | #if GS_EXPOSE(NSURLComponents) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 160 | #if GS_EXPOSE(NSPipe) #12 1841. | ^~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 215 | #if GS_EXPOSE(NSFileManager) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 42 | #if GS_EXPOSE(NSHost) #12 1841. | ^~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 47 | #if GS_EXPOSE(NSIndexPath) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 49 | #if GS_EXPOSE(NSIndexSet) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 38 | #if GS_EXPOSE(NSInvocation) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 103 | #if GS_EXPOSE(NSLocale) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 361 | #if GS_EXPOSE(NSNetService) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 53 | #if GS_EXPOSE(NSPortCoder) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 77 | #if GS_EXPOSE(NSPort) #12 1841. | ^~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 202 | #if GS_EXPOSE(NSSocketPort) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 284 | #if GS_EXPOSE(NSMessagePort) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 47 | #if GS_EXPOSE(NSPortMessage) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 53 | #if GS_EXPOSE(NSProgress) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 42 | #if GS_EXPOSE(NSScanner) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 58 | #if GS_EXPOSE(NSSpellServer) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 51 | #if GS_EXPOSE(NSTask) #12 1841. | ^~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 59 | #if GS_EXPOSE(NSThread) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1841. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 87 | #if GS_EXPOSE(NSUndoManager) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 105 | #if GS_EXPOSE(NSURLCache) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 48 | #if GS_EXPOSE(NSURLConnection) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 56 | #if GS_EXPOSE(NSURLCredential) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 49 | #if GS_EXPOSE(NSURLDownload) #12 1841. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1841. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1841. | ^ #12 1841. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1841. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1841. from nsgui.h:34, #12 1841. from dispextern.h:137, #12 1841. from nsterm.h:22, #12 1841. from nsselect.m:31: #12 1841. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1841. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1841. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1841. | ^ #12 1842. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 92 | #if GS_EXPOSE(NSURLRequest) #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 49 | #if GS_EXPOSE(NSURLResponse) #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1842. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1842. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 72 | #if GS_EXPOSE(NSXMLParser) #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1842. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1842. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1842. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1842. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1842. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1842. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1842. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1842. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1842. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1842. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1842. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1842. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1842. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1842. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1842. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1842. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1842. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1842. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1842. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1842. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1842. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1842. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1842. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1842. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1842. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1842. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1842. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1842. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1842. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1842. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1842. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1842. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1842. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1842. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1842. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1842. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1842. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1842. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1842. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1842. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1842. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1842. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1842. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1842. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1842. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1842. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1842. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1842. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1842. | ^~~~~~~~~~~~~~~~~~~~ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1842. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1842. | ^~~~~~~~~~~~~~~~~~~~ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1842. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1842. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1842. | ^ #12 1842. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1842. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1842. from nsgui.h:34, #12 1842. from dispextern.h:137, #12 1842. from nsterm.h:22, #12 1842. from nsselect.m:31: #12 1842. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1842. | ^ #12 1842. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1842. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1842. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1843. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1843. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1843. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1843. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1843. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1843. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1843. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1843. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1843. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1843. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1843. | ^ #12 1843. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1843. | ^ #12 1843. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1843. from nsgui.h:34, #12 1843. from dispextern.h:137, #12 1843. from nsterm.h:22, #12 1843. from nsselect.m:31: #12 1843. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1843. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1843. | ^ #12 1844. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1844. from nsgui.h:34, #12 1844. from dispextern.h:137, #12 1844. from nsterm.h:22, #12 1844. from nsselect.m:31: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1844. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1844. | ^ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 125 | __attribute__((unused)); #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 129 | __attribute__((unused)); #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 133 | __attribute__((unused)); #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 214 | __attribute__((unused)); #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 247 | __attribute__((unused)); #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 251 | __attribute__((unused)); #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 259 | __attribute__((unused)); #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 263 | __attribute__((unused)); #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 267 | __attribute__((unused)); #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 271 | __attribute__((unused)); #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 275 | __attribute__((unused)); #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 287 | __attribute__((unused)); #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 311 | __attribute__((unused)); #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 323 | __attribute__((unused)); #12 1844. | ^~~~~~~~~~~~~ #12 1844. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1844. from nsgui.h:34, #12 1844. from dispextern.h:137, #12 1844. from nsterm.h:22, #12 1844. from nsselect.m:31: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 493 | PSgsave() #12 1844. | ^~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 499 | PSgrestore() #12 1844. | ^~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 505 | PSinitgraphics() #12 1844. | ^~~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 622 | PSinitmatrix() #12 1844. | ^~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 669 | PSclip() #12 1844. | ^~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 675 | PSclosepath() #12 1844. | ^~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 687 | PSeoclip() #12 1844. | ^~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 693 | PSeofill() #12 1844. | ^~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 699 | PSfill() #12 1844. | ^~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 705 | PSflattenpath() #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 711 | PSinitclip() #12 1844. | ^~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 729 | PSnewpath() #12 1844. | ^~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 765 | PSreversepath() #12 1844. | ^~~~~~~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 783 | PSstroke() #12 1844. | ^~~~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1844. 835 | PSWait() #12 1844. | ^~~~~~ #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1844. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1854. CC nsimage.o #12 1854. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1854. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1859. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1859. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1859. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1859. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1859. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1859. from nsgui.h:34, #12 1859. from dispextern.h:137, #12 1859. from nsimage.m:33: #12 1859. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1859. | ^ #12 1859. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1859. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1859. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1859. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1859. from nsgui.h:34, #12 1859. from dispextern.h:137, #12 1859. from nsimage.m:33: #12 1859. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1859. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1859. | ^~~~~~~~~~~~~~~~~~~~ #12 1859. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1859. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1859. | ^~~~~~~~~~~~~~~~~~~~ #12 1859. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1859. | ^ #12 1859. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1859. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1859. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1859. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1859. from nsgui.h:34, #12 1859. from dispextern.h:137, #12 1859. from nsimage.m:33: #12 1859. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1859. | ^ #12 1859. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1859. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1859. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1859. from nsgui.h:34, #12 1859. from dispextern.h:137, #12 1859. from nsimage.m:33: #12 1859. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1859. | ^ #12 1859. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1859. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1859. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1859. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1859. from nsgui.h:34, #12 1859. from dispextern.h:137, #12 1859. from nsimage.m:33: #12 1859. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1859. | ^ #12 1859. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1859. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1859. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1859. from nsgui.h:34, #12 1859. from dispextern.h:137, #12 1859. from nsimage.m:33: #12 1859. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1859. | ^ #12 1859. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1859. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1859. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1859. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1859. from nsgui.h:34, #12 1859. from dispextern.h:137, #12 1859. from nsimage.m:33: #12 1859. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1859. | ^ #12 1859. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1859. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1859. from nsgui.h:34, #12 1859. from dispextern.h:137, #12 1859. from nsimage.m:33: #12 1859. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1859. | ^ #12 1859. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1859. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1859. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1859. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1859. from nsgui.h:34, #12 1859. from dispextern.h:137, #12 1859. from nsimage.m:33: #12 1859. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 88 | #if GS_API_VERSION(0,011500) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1859. | ^ #12 1859. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1859. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1859. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1859. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1859. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1859. from nsgui.h:34, #12 1859. from dispextern.h:137, #12 1859. from nsimage.m:33: #12 1859. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1859. | ^ #12 1859. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1859. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1859. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1859. from nsgui.h:34, #12 1859. from dispextern.h:137, #12 1859. from nsimage.m:33: #12 1859. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1859. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1859. | ^~~~~~~~~~ #12 1859. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1859. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1859. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1859. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1859. from nsgui.h:34, #12 1859. from dispextern.h:137, #12 1859. from nsimage.m:33: #12 1859. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1859. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1859. | ^~~~~~~~~~ #12 1859. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1859. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1859. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1859. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1859. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1859. from nsgui.h:34, #12 1859. from dispextern.h:137, #12 1859. from nsimage.m:33: #12 1859. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1859. | ^ #12 1859. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1859. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1859. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1859. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1859. from nsgui.h:34, #12 1859. from dispextern.h:137, #12 1859. from nsimage.m:33: #12 1859. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1859. | ^ #12 1859. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1859. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1859. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1860. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1860. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1860. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1860. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1860. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1860. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1860. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1860. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1860. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1860. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1860. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 45 | #if GS_EXPOSE(NSArchiver) #12 1860. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1860. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1860. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1860. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1860. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1860. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1860. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1860. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1860. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 114 | #if GS_EXPOSE(NSBundle) #12 1860. | ^~~~~~~~~~~~~~~~~~~~~ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1860. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 43 | #if GS_EXPOSE(NSCache) #12 1860. | ^~~~~~~~~~~~~~~~~~~~ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1860. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1860. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1860. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1860. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 113 | #if GS_EXPOSE(NSException) #12 1860. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1860. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1860. 303 | NSGetUncaughtExceptionHandler(); #12 1860. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1860. | ^ #12 1860. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1860. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 53 | #if GS_EXPOSE(NSExpression) #12 1860. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1860. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1860. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1860. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1860. from nsgui.h:34, #12 1860. from dispextern.h:137, #12 1860. from nsimage.m:33: #12 1860. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1860. | ^ #12 1860. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1860. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1860. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1861. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1861. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1861. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1861. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 47 | #if GS_EXPOSE(NSTimer) #12 1861. | ^~~~~~~~~~~~~~~~~~~~ #12 1861. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1861. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1861. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1861. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1861. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 46 | #if GS_EXPOSE(NSRunLoop) #12 1861. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1861. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1861. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1861. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1861. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1861. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1861. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1861. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1861. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1861. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1861. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1861. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1861. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1861. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 40 | #if GS_EXPOSE(NSDistantObject) #12 1861. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1861. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1861. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 74 | #if GS_EXPOSE(NSLock) #12 1861. | ^~~~~~~~~~~~~~~~~~~ #12 1861. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 125 | #if GS_EXPOSE(NSCondition) #12 1861. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1861. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 175 | #if GS_EXPOSE(NSConditionLock) #12 1861. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1861. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1861. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1861. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1861. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1861. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1861. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1861. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1861. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1861. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1861. | ^ #12 1861. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1861. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1861. from nsgui.h:34, #12 1861. from dispextern.h:137, #12 1861. from nsimage.m:33: #12 1861. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1861. | ^ #12 1861. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 134 | #if GS_EXPOSE(NSError) #12 1861. | ^~~~~~~~~~~~~~~~~~~~ #12 1861. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1861. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1861. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1862. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1862. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 182 | #if GS_EXPOSE(NSURLHandle) #12 1862. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1862. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1862. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 73 | #if GS_EXPOSE(NSURL) #12 1862. | ^~~~~~~~~~~~~~~~~~ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1862. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1862. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1862. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1862. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 633 | #if GS_EXPOSE(NSURLComponents) #12 1862. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 160 | #if GS_EXPOSE(NSPipe) #12 1862. | ^~~~~~~~~~~~~~~~~~~ #12 1862. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1862. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1862. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 215 | #if GS_EXPOSE(NSFileManager) #12 1862. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1862. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1862. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1862. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1862. | ^ #12 1862. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1862. | ^ #12 1862. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1862. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1862. from nsgui.h:34, #12 1862. from dispextern.h:137, #12 1862. from nsimage.m:33: #12 1862. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1862. 42 | #if GS_EXPOSE(NSHost) #12 1862. | ^~~~~~~~~~~~~~~~~~~ #12 1863. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 47 | #if GS_EXPOSE(NSIndexPath) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 49 | #if GS_EXPOSE(NSIndexSet) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1863. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1863. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 38 | #if GS_EXPOSE(NSInvocation) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1863. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1863. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1863. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 103 | #if GS_EXPOSE(NSLocale) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~ #12 1863. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1863. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 361 | #if GS_EXPOSE(NSNetService) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1863. | ^ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 53 | #if GS_EXPOSE(NSPortCoder) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1863. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 77 | #if GS_EXPOSE(NSPort) #12 1863. | ^~~~~~~~~~~~~~~~~~~ #12 1863. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1863. | ^ #12 1863. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 202 | #if GS_EXPOSE(NSSocketPort) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 284 | #if GS_EXPOSE(NSMessagePort) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 47 | #if GS_EXPOSE(NSPortMessage) #12 1863. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1863. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1863. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1863. from nsgui.h:34, #12 1863. from dispextern.h:137, #12 1863. from nsimage.m:33: #12 1863. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1863. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1863. | ^ #12 1864. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1864. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1864. | ^ #12 1864. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 53 | #if GS_EXPOSE(NSProgress) #12 1864. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1864. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1864. | ^ #12 1864. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1864. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 42 | #if GS_EXPOSE(NSScanner) #12 1864. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1864. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1864. | ^ #12 1864. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1864. | ^ #12 1864. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1864. | ^ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1864. | ^ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1864. | ^ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1864. | ^ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1864. | ^ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1864. | ^ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1864. | ^ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1864. | ^ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1864. | ^ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1864. | ^ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1864. | ^ #12 1864. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1864. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1864. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1864. | ^ #12 1864. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1864. | ^ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1864. | ^ #12 1864. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 58 | #if GS_EXPOSE(NSSpellServer) #12 1864. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1864. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1864. | ^ #12 1864. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1864. | ^ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1864. | ^ #12 1864. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1864. | ^ #12 1864. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1864. | ^ #12 1864. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1864. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1864. | ^ #12 1864. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1864. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1864. from nsgui.h:34, #12 1864. from dispextern.h:137, #12 1864. from nsimage.m:33: #12 1864. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1864. | ^ #12 1864. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 51 | #if GS_EXPOSE(NSTask) #12 1864. | ^~~~~~~~~~~~~~~~~~~ #12 1864. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1864. | ^ #12 1864. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1864. | ^ #12 1864. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1864. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1864. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1865. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 59 | #if GS_EXPOSE(NSThread) #12 1865. | ^~~~~~~~~~~~~~~~~~~~~ #12 1865. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1865. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 87 | #if GS_EXPOSE(NSUndoManager) #12 1865. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1865. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1865. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1865. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 105 | #if GS_EXPOSE(NSURLCache) #12 1865. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 48 | #if GS_EXPOSE(NSURLConnection) #12 1865. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1865. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 56 | #if GS_EXPOSE(NSURLCredential) #12 1865. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1865. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 49 | #if GS_EXPOSE(NSURLDownload) #12 1865. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1865. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1865. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1865. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1865. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 92 | #if GS_EXPOSE(NSURLRequest) #12 1865. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1865. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 49 | #if GS_EXPOSE(NSURLResponse) #12 1865. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1865. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1865. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1865. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1865. | ^ #12 1865. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1865. | ^ #12 1865. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1865. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1865. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1865. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1865. from nsgui.h:34, #12 1865. from dispextern.h:137, #12 1865. from nsimage.m:33: #12 1865. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1865. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1865. | ^ #12 1866. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1866. | ^ #12 1866. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1866. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1866. from nsgui.h:34, #12 1866. from dispextern.h:137, #12 1866. from nsimage.m:33: #12 1866. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1866. | ^ #12 1866. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1866. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1866. from nsgui.h:34, #12 1866. from dispextern.h:137, #12 1866. from nsimage.m:33: #12 1866. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 72 | #if GS_EXPOSE(NSXMLParser) #12 1866. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1866. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1866. | ^ #12 1866. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1866. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1866. from nsgui.h:34, #12 1866. from dispextern.h:137, #12 1866. from nsimage.m:33: #12 1866. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1866. | ^ #12 1866. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1866. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1866. from nsgui.h:34, #12 1866. from dispextern.h:137, #12 1866. from nsimage.m:33: #12 1866. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1866. | ^ #12 1866. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1866. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1866. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1866. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1866. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1866. from nsgui.h:34, #12 1866. from dispextern.h:137, #12 1866. from nsimage.m:33: #12 1866. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1866. | ^ #12 1866. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1866. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1866. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1866. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1866. from nsgui.h:34, #12 1866. from dispextern.h:137, #12 1866. from nsimage.m:33: #12 1866. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1866. | ^ #12 1866. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1866. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1866. from nsgui.h:34, #12 1866. from dispextern.h:137, #12 1866. from nsimage.m:33: #12 1866. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1866. | ^ #12 1866. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1866. from nsgui.h:34, #12 1866. from dispextern.h:137, #12 1866. from nsimage.m:33: #12 1866. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1866. | ^ #12 1866. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1866. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1866. | ^ #12 1867. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1867. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1867. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1867. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1867. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1867. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1867. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1867. from nsgui.h:34, #12 1867. from dispextern.h:137, #12 1867. from nsimage.m:33: #12 1867. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1867. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1867. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1867. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1867. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1867. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1867. from nsgui.h:34, #12 1867. from dispextern.h:137, #12 1867. from nsimage.m:33: #12 1867. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1867. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1867. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1867. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1867. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1867. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1867. from nsgui.h:34, #12 1867. from dispextern.h:137, #12 1867. from nsimage.m:33: #12 1867. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1867. | ^ #12 1867. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1867. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1867. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1867. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1867. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1867. from nsgui.h:34, #12 1867. from dispextern.h:137, #12 1867. from nsimage.m:33: #12 1867. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1867. | ^ #12 1867. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1867. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1867. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1867. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1867. from nsgui.h:34, #12 1867. from dispextern.h:137, #12 1867. from nsimage.m:33: #12 1867. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1867. | ^ #12 1867. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1867. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1867. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1867. from nsgui.h:34, #12 1867. from dispextern.h:137, #12 1867. from nsimage.m:33: #12 1867. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1867. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1867. from nsgui.h:34, #12 1867. from dispextern.h:137, #12 1867. from nsimage.m:33: #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1867. from nsgui.h:34, #12 1867. from dispextern.h:137, #12 1867. from nsimage.m:33: #12 1867. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1867. | ^ #12 1867. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1867. from nsgui.h:34, #12 1867. from dispextern.h:137, #12 1867. from nsimage.m:33: #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1867. from nsgui.h:34, #12 1867. from dispextern.h:137, #12 1867. from nsimage.m:33: #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1867. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1867. from nsgui.h:34, #12 1867. from dispextern.h:137, #12 1867. from nsimage.m:33: #12 1867. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1867. from nsgui.h:34, #12 1867. from dispextern.h:137, #12 1867. from nsimage.m:33: #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1867. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1867. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1867. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1867. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1867. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1867. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1867. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1867. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1867. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1867. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1867. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1867. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1867. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1867. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1867. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1867. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1867. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1867. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1867. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1867. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1867. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1867. from nsgui.h:34, #12 1867. from dispextern.h:137, #12 1867. from nsimage.m:33: #12 1867. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1867. | ^ #12 1867. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1867. from nsgui.h:34, #12 1867. from dispextern.h:137, #12 1867. from nsimage.m:33: #12 1867. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1867. | ^ #12 1867. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1867. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1867. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1868. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1868. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1868. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1868. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1868. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1868. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1868. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1868. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1868. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1868. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1868. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1868. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1868. | ^ #12 1868. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1868. | ^ #12 1868. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1868. from nsgui.h:34, #12 1868. from dispextern.h:137, #12 1868. from nsimage.m:33: #12 1868. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1868. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1868. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1869. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1869. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1869. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1869. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1869. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1869. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1869. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1869. | ^~~~~~~~~~~~~~~~~~~~ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1869. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1869. | ^~~~~~~~~~~~~~~~~~~~ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1869. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1869. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1869. | ^ #12 1869. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1869. from nsgui.h:34, #12 1869. from dispextern.h:137, #12 1869. from nsimage.m:33: #12 1869. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1869. | ^ #12 1869. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1869. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1869. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1870. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1870. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1870. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1870. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1870. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1870. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1870. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1870. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1870. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1870. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1870. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1870. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1870. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1870. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1870. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1870. from nsgui.h:34, #12 1870. from dispextern.h:137, #12 1870. from nsimage.m:33: #12 1870. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1870. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1870. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1871. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1871. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1871. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1871. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1871. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1871. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1871. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1871. | ^ #12 1871. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1871. | ^ #12 1871. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1871. from nsgui.h:34, #12 1871. from dispextern.h:137, #12 1871. from nsimage.m:33: #12 1871. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1871. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1871. | ^ #12 1872. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1872. from nsgui.h:34, #12 1872. from dispextern.h:137, #12 1872. from nsimage.m:33: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1872. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1872. | ^ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 125 | __attribute__((unused)); #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 129 | __attribute__((unused)); #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 133 | __attribute__((unused)); #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 214 | __attribute__((unused)); #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 247 | __attribute__((unused)); #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 251 | __attribute__((unused)); #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 259 | __attribute__((unused)); #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 263 | __attribute__((unused)); #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 267 | __attribute__((unused)); #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 271 | __attribute__((unused)); #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 275 | __attribute__((unused)); #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 287 | __attribute__((unused)); #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 311 | __attribute__((unused)); #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 323 | __attribute__((unused)); #12 1872. | ^~~~~~~~~~~~~ #12 1872. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1872. from nsgui.h:34, #12 1872. from dispextern.h:137, #12 1872. from nsimage.m:33: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 493 | PSgsave() #12 1872. | ^~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 499 | PSgrestore() #12 1872. | ^~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 505 | PSinitgraphics() #12 1872. | ^~~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 622 | PSinitmatrix() #12 1872. | ^~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 669 | PSclip() #12 1872. | ^~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 675 | PSclosepath() #12 1872. | ^~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 687 | PSeoclip() #12 1872. | ^~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 693 | PSeofill() #12 1872. | ^~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 699 | PSfill() #12 1872. | ^~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 705 | PSflattenpath() #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 711 | PSinitclip() #12 1872. | ^~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 729 | PSnewpath() #12 1872. | ^~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 765 | PSreversepath() #12 1872. | ^~~~~~~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 783 | PSstroke() #12 1872. | ^~~~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1872. 835 | PSWait() #12 1872. | ^~~~~~ #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1872. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1882. CC nsfont.o #12 1882. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1882. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1885. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1885. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1885. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1885. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1885. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1885. | ^~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1885. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1885. | ^~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1885. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1885. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1885. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1885. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 88 | #if GS_API_VERSION(0,011500) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1885. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1885. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1885. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1885. | ^~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1885. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1885. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1885. | ^~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1885. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1885. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1885. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1885. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1885. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1885. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1885. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1885. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 45 | #if GS_EXPOSE(NSArchiver) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 114 | #if GS_EXPOSE(NSBundle) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 43 | #if GS_EXPOSE(NSCache) #12 1885. | ^~~~~~~~~~~~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 113 | #if GS_EXPOSE(NSException) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1885. 303 | NSGetUncaughtExceptionHandler(); #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 53 | #if GS_EXPOSE(NSExpression) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 47 | #if GS_EXPOSE(NSTimer) #12 1885. | ^~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1885. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1885. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 46 | #if GS_EXPOSE(NSRunLoop) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1885. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 40 | #if GS_EXPOSE(NSDistantObject) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 74 | #if GS_EXPOSE(NSLock) #12 1885. | ^~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 125 | #if GS_EXPOSE(NSCondition) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 175 | #if GS_EXPOSE(NSConditionLock) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1885. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 134 | #if GS_EXPOSE(NSError) #12 1885. | ^~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1885. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 182 | #if GS_EXPOSE(NSURLHandle) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 73 | #if GS_EXPOSE(NSURL) #12 1885. | ^~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1885. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 633 | #if GS_EXPOSE(NSURLComponents) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 160 | #if GS_EXPOSE(NSPipe) #12 1885. | ^~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 215 | #if GS_EXPOSE(NSFileManager) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 42 | #if GS_EXPOSE(NSHost) #12 1885. | ^~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 47 | #if GS_EXPOSE(NSIndexPath) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 49 | #if GS_EXPOSE(NSIndexSet) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 38 | #if GS_EXPOSE(NSInvocation) #12 1885. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1885. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1885. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1885. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1885. | ^ #12 1885. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1885. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1885. from nsgui.h:34, #12 1885. from dispextern.h:137, #12 1885. from nsfont.m:28: #12 1885. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #12 1885. [output clipped, log limit 2MiB reached] #12 1888. make[3]: Leaving directory '/checkout/src' #12 1888. make[2]: Leaving directory '/checkout' #12 1888. make[1]: Leaving directory '/checkout' #12 1888. make[1]: Entering directory '/checkout' #12 1889. make[1]: Leaving directory '/checkout' #12 1897. /GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1897. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 361 | #if GS_EXPOSE(NSNetService) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 53 | #if GS_EXPOSE(NSPortCoder) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1897. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 77 | #if GS_EXPOSE(NSPort) #12 1897. | ^~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 202 | #if GS_EXPOSE(NSSocketPort) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 284 | #if GS_EXPOSE(NSMessagePort) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 47 | #if GS_EXPOSE(NSPortMessage) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 53 | #if GS_EXPOSE(NSProgress) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 42 | #if GS_EXPOSE(NSScanner) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 58 | #if GS_EXPOSE(NSSpellServer) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1897. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 51 | #if GS_EXPOSE(NSTask) #12 1897. | ^~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1897. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 59 | #if GS_EXPOSE(NSThread) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1897. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 87 | #if GS_EXPOSE(NSUndoManager) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 105 | #if GS_EXPOSE(NSURLCache) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 48 | #if GS_EXPOSE(NSURLConnection) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 56 | #if GS_EXPOSE(NSURLCredential) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 49 | #if GS_EXPOSE(NSURLDownload) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 92 | #if GS_EXPOSE(NSURLRequest) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 49 | #if GS_EXPOSE(NSURLResponse) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1897. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1897. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 72 | #if GS_EXPOSE(NSXMLParser) #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1897. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1897. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1897. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1897. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1897. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1897. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1897. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1897. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1897. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1897. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1897. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1897. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1897. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1897. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1897. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1897. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1897. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1897. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1897. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1897. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1897. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1897. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1897. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1897. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1897. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1897. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1897. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1897. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1897. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1897. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1897. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1897. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1897. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1897. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1897. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1897. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1897. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1897. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1897. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1897. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1897. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1897. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1897. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1897. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1897. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1897. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1897. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1897. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1897. | ^~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1897. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1897. | ^~~~~~~~~~~~~~~~~~~~ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1897. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1897. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1897. | ^ #12 1897. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1897. from nsgui.h:34, #12 1897. from dispextern.h:137, #12 1897. from nsfont.m:28: #12 1897. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1897. | ^ #12 1897. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1897. 1section_end:1698065385:build_script section_start:1698065386: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-baf14aa1: No such file or directory section_end:1698065393:after_script section_start:1698065393:upload_artifacts_on_failure section_end:1698065400:upload_artifacts_on_failure ERROR: Job failed: exit code 1