Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1698537809:prepare_executor Preparing the "docker" executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... section_end:1698537814:prepare_executor section_start:1698537814:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-1 via emba.gnu.org... section_end:1698537816:prepare_script section_start:1698537816:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out 3624e9bd as master... Skipping Git submodules setup section_end:1698537859:get_sources section_start:1698537859:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info Client: Debug Mode: false Server: Containers: 30 Running: 6 Paused: 0 Stopped: 24 Images: 12 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.runtime.v1.linux runc io.containerd.runc.v2 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-3624e9bd409075d4f78b240ebdb356f93fd9c3e4/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: 35B 0.1s #1 transferring dockerfile: 6.46kB 0.3s done #1 DONE 1.0s #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B 0.3s done #2 DONE 1.0s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.6s #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: 3.43MB 3.0s #7 transferring context: 20.85MB 8.0s #7 transferring context: 48.04MB 13.1s #7 transferring context: 74.71MB 18.1s #7 transferring context: 75.13MB 33.2s #7 transferring context: 122.39MB 38.2s #7 transferring context: 123.64MB 43.9s #7 transferring context: 123.71MB 48.9s #7 transferring context: 133.88MB 54.1s #7 transferring context: 143.07MB 61.9s #7 transferring context: 153.39MB 67.1s #7 transferring context: 175.49MB 72.1s #7 transferring context: 195.09MB 77.2s #7 transferring context: 205.89MB 82.3s #7 transferring context: 241.07MB 87.4s #7 transferring context: 244.78MB 108.5s #7 transferring context: 265.72MB 113.6s #7 transferring context: 278.65MB 116.1s done #7 DONE 120.0s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #8 [emacs-gnustep 2/6] COPY . /checkout #8 DONE 60.5s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 0.7s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 2.134 Checking whether you have the necessary tools... #10 2.134 (Read INSTALL.REPO for more details on building Emacs) #10 2.142 Checking for autoconf (need at least version 2.65) ... ok #10 2.240 Your system has the required tools. #10 2.325 Building aclocal.m4 ... #10 2.325 Running 'autoreconf -fi -I m4' ... #10 37.37 Building 'aclocal.m4' in exec ... #10 37.37 Running 'autoreconf -fi' in exec ... #10 45.53 You can now run './autogen.sh git'. #10 DONE 54.4s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 9.384 checking for xcrun... no #11 9.391 checking for GNU Make... make #11 9.428 checking build system type... x86_64-pc-linux-gnu #11 10.41 checking host system type... x86_64-pc-linux-gnu #11 10.47 checking for gcc... gcc #11 10.60 checking whether the C compiler works... yes #11 11.61 checking for C compiler default output file name... a.out #11 11.61 checking for suffix of executables... #11 11.81 checking whether we are cross compiling... no #11 12.12 checking for suffix of object files... o #11 12.34 checking whether we are using the GNU C compiler... yes #11 12.56 checking whether gcc accepts -g... yes #11 12.77 checking for gcc option to enable C11 features... none needed #11 13.53 checking whether the compiler is clang... no #11 13.78 checking for compiler option needed when checking for declarations... none #11 13.78 checking whether gcc and cc understand -c and -o together... yes #11 14.67 checking how to run the C preprocessor... gcc -E #11 15.12 checking for grep that handles long lines and -e... /bin/grep #11 15.13 checking for egrep... /bin/grep -E #11 15.14 checking for ANSI C header files... yes #11 16.29 checking for sys/types.h... yes #11 16.66 checking for sys/stat.h... yes #11 17.10 checking for stdlib.h... yes #11 17.49 checking for string.h... yes #11 17.96 checking for memory.h... yes #11 18.40 checking for strings.h... yes #11 18.78 checking for inttypes.h... yes #11 19.09 checking for stdint.h... yes #11 19.30 checking for unistd.h... yes #11 19.52 checking for wchar.h... yes #11 19.83 checking for minix/config.h... no #11 20.13 checking for linux/fs.h... yes #11 20.39 checking for malloc.h... yes #11 20.85 checking for sys/systeminfo.h... no #11 21.11 checking for sys/sysinfo.h... yes #11 21.41 checking for coff.h... no #11 21.67 checking for pty.h... yes #11 22.01 checking for sys/resource.h... yes #11 22.33 checking for sys/utsname.h... yes #11 22.71 checking for pwd.h... yes #11 22.99 checking for util.h... no #11 23.36 checking for sanitizer/lsan_interface.h... yes #11 23.63 checking for sanitizer/asan_interface.h... yes #11 23.86 checking for sanitizer/common_interface_defs.h... yes #11 24.22 checking for sys/socket.h... yes #11 24.63 checking for stdlib.h... (cached) yes #11 24.70 checking for unistd.h... (cached) yes #11 24.76 checking for sys/param.h... yes #11 25.10 checking for pthread.h... yes #11 25.43 checking for malloc/malloc.h... no #11 25.78 checking for sys/un.h... yes #11 26.28 checking for utmp.h... yes #11 26.69 checking for utmpx.h... yes #11 27.03 checking for OS.h... no #11 27.25 checking for dirent.h... yes #11 27.55 checking for execinfo.h... yes #11 27.90 checking for linux/xattr.h... yes #11 28.29 checking for stdio_ext.h... yes #11 28.70 checking for sys/vfs.h... yes #11 29.21 checking for sys/fs_types.h... no #11 29.64 checking for getopt.h... yes #11 30.00 checking for sys/cdefs.h... yes #11 30.61 checking for sys/time.h... yes #11 31.02 checking for ieee754.h... yes #11 31.43 checking for limits.h... yes #11 31.87 checking for inttypes.h... (cached) yes #11 31.98 checking for sys/types.h... (cached) yes #11 32.08 checking for stdint.h... (cached) yes #11 32.21 checking for sys/select.h... yes #11 32.71 checking for stdbool.h... yes #11 33.11 checking for stdckdint.h... no #11 33.49 checking for sys/random.h... yes #11 33.91 checking for sys/stat.h... (cached) yes #11 33.94 checking whether it is safe to define __EXTENSIONS__... yes #11 34.33 checking whether _XOPEN_SOURCE should be defined... no #11 34.63 checking for Minix Amsterdam compiler... no #11 34.74 checking for ar... ar #11 34.74 checking for ranlib... ranlib #11 34.74 checking for gcc option to enable large file support... none needed #11 35.36 checking for gcc option for timestamps after 2038... none needed #11 35.54 checking for g++... g++ #11 35.68 checking whether we are using the GNU C++ compiler... yes #11 35.83 checking whether g++ accepts -g... yes #11 35.98 checking for g++ option to enable C++11 features... none needed #11 96.83 checking how to run the C++ preprocessor... g++ -E #11 97.45 checking whether gcc accepts -g3 -O2... yes #11 97.83 checking whether the compiler is clang... no #11 98.10 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 98.31 checking whether -Wno-missing-field-initializers is needed... yes #11 98.66 checking whether -Wuninitialized is supported... yes #11 98.87 checking whether C compiler handles -fstrict-flex-arrays... no #11 99.08 checking whether C compiler handles -Wall... yes #11 99.35 checking whether C compiler handles -Warith-conversion... yes #11 99.67 checking whether C compiler handles -Wdate-time... yes #11 100.0 checking whether C compiler handles -Wdisabled-optimization... yes #11 100.6 checking whether C compiler handles -Wdouble-promotion... yes #11 100.9 checking whether C compiler handles -Wduplicated-cond... yes #11 101.4 checking whether C compiler handles -Wextra... yes #11 101.9 checking whether C compiler handles -Wformat-signedness... yes #11 102.2 checking whether C compiler handles -Winit-self... yes #11 102.8 checking whether C compiler handles -Winvalid-pch... yes #11 103.3 checking whether C compiler handles -Wlogical-op... yes #11 103.6 checking whether C compiler handles -Wmissing-declarations... yes #11 104.1 checking whether C compiler handles -Wmissing-include-dirs... yes #11 104.5 checking whether C compiler handles -Wmissing-prototypes... yes #11 104.8 checking whether C compiler handles -Wnested-externs... yes #11 105.5 checking whether C compiler handles -Wnull-dereference... yes #11 105.8 checking whether C compiler handles -Wold-style-definition... yes #11 106.4 checking whether C compiler handles -Wopenmp-simd... yes #11 106.9 checking whether C compiler handles -Wpacked... yes #11 107.3 checking whether C compiler handles -Wpointer-arith... yes #11 107.7 checking whether C compiler handles -Wstrict-flex-arrays... no #11 108.0 checking whether C compiler handles -Wstrict-prototypes... yes #11 108.6 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 109.0 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 109.4 checking whether C compiler handles -Wsuggest-final-methods... yes #11 109.9 checking whether C compiler handles -Wsuggest-final-types... yes #11 110.5 checking whether C compiler handles -Wtrampolines... yes #11 111.0 checking whether C compiler handles -Wuninitialized... yes #11 111.5 checking whether C compiler handles -Wunknown-pragmas... yes #11 111.8 checking whether C compiler handles -Wunused-macros... yes #11 112.2 checking whether C compiler handles -Wvariadic-macros... yes #11 112.4 checking whether C compiler handles -Wvector-operation-performance... yes #11 112.9 checking whether C compiler handles -Wwrite-strings... yes #11 113.5 checking whether C compiler handles -Warray-bounds=2... yes #11 113.8 checking whether C compiler handles -Wattribute-alias=2... yes #11 115.0 checking whether C compiler handles -Wformat=2... yes #11 115.4 checking whether C compiler handles -Wformat-truncation=2... yes #11 115.6 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 115.9 checking whether C compiler handles -Wshift-overflow=2... yes #11 117.0 checking whether C compiler handles -Wuse-after-free=3... no #11 117.1 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 117.4 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 117.9 checking whether C compiler handles -Wredundant-decls... yes #11 118.2 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 118.2 checking whether C compiler handles -Wno-override-init... yes #11 118.8 checking whether C compiler handles -Wno-sign-compare... yes #11 119.1 checking whether C compiler handles -Wno-type-limits... yes #11 120.9 checking whether C compiler handles -Wno-unused-parameter... yes #11 121.2 checking whether C compiler handles -Wno-format-nonliteral... yes #11 121.6 checking whether C compiler handles -Wno-bidi-chars... no #11 121.8 checking for a BSD-compatible install... /usr/bin/install -c #11 121.9 checking command to symlink files in the same directory... ln -s #11 121.9 checking for install-info... : #11 121.9 checking for gzip... /bin/gzip #11 122.0 checking for 'find' args to delete a file... -delete #11 122.0 checking for brew... no #11 122.8 checking for -znocombreloc... not needed #11 122.8 checking whether addresses are sanitized... no #11 122.9 checking for math library... -lm #11 124.0 checking for struct passwd.pw_gecos... yes #11 124.5 checking for pkg-config... /usr/bin/pkg-config #11 124.5 checking pkg-config is at least version 0.9.0... yes #11 124.6 checking for machine/soundcard.h... no #11 124.7 checking for sys/soundcard.h... yes #11 124.9 checking for soundcard.h... no #11 125.0 checking for mmsystem.h... no #11 125.1 checking for _oss_ioctl in -lossaudio... no #11 125.3 checking for alsa >= 1.0.0... no #11 125.4 checking for ADDR_NO_RANDOMIZE... yes #11 125.6 checking if Linux sysinfo may be used... yes #11 126.1 checking for sys/wait.h that is POSIX.1 compatible... yes #11 126.3 checking for net/if.h... yes #11 126.5 checking for ifaddrs.h... yes #11 126.8 checking for net/if_dl.h... no #11 127.2 checking for struct ifreq.ifr_flags... yes #11 127.5 checking for struct ifreq.ifr_hwaddr... yes #11 129.0 checking for struct ifreq.ifr_netmask... yes #11 129.5 checking for struct ifreq.ifr_broadaddr... yes #11 129.8 checking for struct ifreq.ifr_addr... yes #11 130.7 checking for struct ifreq.ifr_addr.sa_len... no #11 131.0 checking whether gcc understands -MMD -MF... yes #11 131.1 checking for X... no #11 131.6 checking AppKit/AppKit.h usability... yes #11 139.3 checking AppKit/AppKit.h presence... yes #11 139.6 checking for AppKit/AppKit.h... yes #11 139.6 checking for Mac OS X 12.0 or later... yes #11 139.7 checking for gcc... gcc #11 139.9 checking whether we are using the GNU Objective C compiler... yes #11 140.0 checking whether gcc accepts -g... yes #11 140.1 checking if the Objective C compiler supports instancetype... yes #11 140.1 checking if the Objective C compiler defaults to C99... no #11 140.2 checking whether malloc is Doug Lea style... no #11 140.3 checking for sbrk... yes #11 140.5 checking for __lsan_ignore_object... no #11 140.8 checking for fchmod... yes #11 141.0 checking for utmpname... yes #11 141.2 checking for utmpxname... yes #11 141.5 checking for canonicalize_file_name... yes #11 141.8 checking for realpath... yes #11 142.1 checking for lstat... yes #11 142.3 checking for fchmodat... yes #11 142.5 checking for lchmod... no #11 142.6 checking for fcntl... yes #11 143.0 checking for fdopendir... yes #11 143.3 checking for listxattr... yes #11 143.6 checking for fstatat... yes #11 143.8 checking for fsync... yes #11 144.1 checking for gettimeofday... yes #11 144.4 checking for memset_explicit... no #11 144.9 checking for memset_s... no #11 145.2 checking for pselect... yes #11 145.4 checking for readlink... yes #11 145.6 checking for isblank... yes #11 145.9 checking for iswctype... yes #11 146.5 checking for strtoimax... yes #11 147.0 checking for symlink... yes #11 147.3 checking for localtime_r... yes #11 147.7 checking for getdtablesize... yes #11 148.0 checking for getpagesize... yes #11 148.2 checking for working mmap... yes #11 148.6 checking for main in -lXbsd... no #11 148.7 checking for pthread library... -lpthread #11 149.1 checking for thread support... yes #11 149.1 checking for librsvg-2.0 >= 2.14.0... no #11 149.2 checking for libwebpdemux >= 0.6.0... no #11 149.3 checking for WebPGetInfo... no #11 149.7 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 149.7 checking for sqlite3_open_v2 in -lsqlite3... no #11 149.9 checking for getaddrinfo_a in -lanl... yes #11 150.2 checking for malloc_trim... yes #11 150.4 checking for dbus-1 >= 1.0... yes #11 150.4 checking for dbus_watch_get_unix_fd... yes #11 150.8 checking for dbus_type_is_valid... yes #11 151.0 checking for dbus_validate_bus_name... yes #11 151.3 checking for dbus_validate_path... yes #11 151.7 checking for dbus_validate_interface... yes #11 152.3 checking for dbus_validate_member... yes #11 153.0 checking for lgetfilecon in -lselinux... no #11 153.4 checking for gnutls >= 2.12.2... yes #11 153.5 checking for libsystemd >= 222... no #11 153.5 checking for jansson >= 2.7... no #11 153.5 checking for tree-sitter >= 0.20.2... no #11 153.6 checking for tree-sitter >= 0.6.3... no #11 153.6 checking sys/inotify.h usability... yes #11 153.8 checking sys/inotify.h presence... yes #11 153.8 checking for sys/inotify.h... yes #11 153.8 checking for inotify_init1... yes #11 154.3 checking for jpeglib 6b or later... no #11 154.7 checking for lcms2... no #11 154.7 checking for library containing inflateEnd... -lz #11 155.6 checking for dladdr... yes #11 155.9 checking for dlfunc... no #11 156.2 checking for libpng >= 1.0.0... no #11 156.2 checking for libpng not configured by pkg-config... no #11 156.4 checking tiffio.h usability... no #11 156.6 checking tiffio.h presence... no #11 156.7 checking for tiffio.h... no #11 156.7 checking gif_lib.h usability... no #11 156.9 checking gif_lib.h presence... no #11 156.9 checking for gif_lib.h... no #11 156.9 checking gpm.h usability... no #11 157.1 checking gpm.h presence... no #11 157.3 checking for gpm.h... no #11 157.3 checking for libxml-2.0 > 2.6.17... no #11 157.3 checking for maillock in -lmail... no #11 157.6 checking for maillock in -llockfile... no #11 157.8 checking for liblockfile.so... no #11 157.8 checking maillock.h usability... no #11 158.0 checking maillock.h presence... no #11 158.1 checking for maillock.h... no #11 158.1 checking linux/seccomp.h usability... yes #11 158.4 checking linux/seccomp.h presence... yes #11 158.5 checking for linux/seccomp.h... yes #11 158.6 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 158.8 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 158.9 checking linux/filter.h usability... yes #11 159.0 checking linux/filter.h presence... yes #11 159.1 checking for linux/filter.h... yes #11 159.1 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 159.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 159.1 checking for libseccomp >= 2.5.2... no #11 159.2 checking size of long... 8 #11 160.0 checking for accept4... yes #11 160.4 checking for fchdir... yes #11 160.9 checking for gethostname... yes #11 161.4 checking for getrusage... yes #11 161.8 checking for get_current_dir_name... yes #11 162.1 checking for lrand48... yes #11 162.5 checking for random... yes #11 162.9 checking for rint... yes #11 163.3 checking for tcdrain... yes #11 163.6 checking for trunc... yes #11 164.0 checking for select... yes #11 164.3 checking for getpagesize... (cached) yes #11 164.4 checking for setlocale... yes #11 164.7 checking for newlocale... yes #11 165.1 checking for getrlimit... yes #11 165.4 checking for setrlimit... yes #11 165.8 checking for shutdown... yes #11 166.1 checking for pthread_sigmask... (cached) yes #11 166.2 checking for strsignal... yes #11 166.5 checking for setitimer... yes #11 166.9 checking for sendto... yes #11 167.3 checking for recvfrom... yes #11 167.8 checking for getsockname... yes #11 168.2 checking for getifaddrs... yes #11 168.5 checking for freeifaddrs... yes #11 168.8 checking for gai_strerror... yes #11 169.1 checking for sync... yes #11 169.4 checking for endpwent... yes #11 169.9 checking for getgrent... yes #11 170.3 checking for endgrent... yes #11 170.7 checking for renameat2... yes #11 171.0 checking for cfmakeraw... yes #11 171.4 checking for cfsetspeed... yes #11 171.9 checking for __executable_start... yes #11 172.3 checking for log2... yes #11 173.0 checking for pthread_setname_np... yes #11 173.7 checking for pthread_set_name_np... no #11 174.4 checking for getpwent... yes #11 175.0 checking whether pthread_setname_np takes a single argument... no #11 175.3 checking whether pthread_setname_np takes three arguments... no #11 175.6 checking for aligned_alloc... yes #11 176.2 checking whether aligned_alloc is declared... yes #11 176.6 checking for posix_madvise... yes #11 177.2 checking for madvise... yes #11 177.7 checking for __builtin_frame_address... yes #11 178.3 checking for __builtin_unwind_init... yes #11 178.9 checking for _LARGEFILE_SOURCE value needed for large files... no #11 179.5 checking for grantpt... yes #11 180.0 checking for getpt... yes #11 180.6 checking for posix_openpt... yes #11 181.1 checking for library containing tputs... -ltinfo #11 182.1 checking whether -ltinfo library defines BC... yes #11 182.6 checking for timerfd interface... yes #11 182.9 checking whether signals can be handled on alternate stack... yes #11 183.2 checking valgrind/valgrind.h usability... no #11 183.5 checking valgrind/valgrind.h presence... no #11 183.6 checking for valgrind/valgrind.h... no #11 183.6 checking for struct unipair.unicode... yes #11 183.9 checking for pid_t... yes #11 184.9 checking vfork.h usability... no #11 185.3 checking vfork.h presence... no #11 185.4 checking for vfork.h... no #11 185.5 checking for fork... yes #11 186.2 checking for vfork... yes #11 186.8 checking for working fork... yes #11 187.5 checking for working vfork... (cached) yes #11 187.5 checking for snprintf... yes #11 188.2 checking for open_memstream... yes #11 188.9 checking spawn.h usability... yes #11 189.4 checking spawn.h presence... yes #11 189.5 checking for spawn.h... yes #11 189.6 checking for posix_spawn... yes #11 190.1 checking for posix_spawn_file_actions_addchdir... no #11 190.8 checking for posix_spawn_file_actions_addchdir_np... yes #11 191.5 checking for posix_spawnattr_setflags... yes #11 192.1 checking whether POSIX_SPAWN_SETSID is declared... yes #11 192.5 checking whether GLib is linked in... no #11 192.6 checking for nl_langinfo and CODESET... yes #11 193.3 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 193.8 checking for mbstate_t... yes #11 194.4 checking for signals via characters... yes #11 194.6 checking for _setjmp... yes #11 195.0 checking for sigsetjmp... yes #11 195.4 checking POSIX termios... yes #11 195.9 checking size of speed_t... 4 #11 196.4 checking for usable FIONREAD... yes #11 196.6 checking for usable SIGIO... yes #11 197.0 checking for struct alignment... yes #11 197.3 checking for C/C++ restrict keyword... __restrict__ #11 197.5 checking for typeof syntax and keyword spelling... typeof #11 197.7 checking for statement expressions... yes #11 197.9 checking whether malloc (0) returns nonnull... yes #11 198.2 checking sys/acl.h usability... yes #11 198.7 checking sys/acl.h presence... yes #11 198.8 checking for sys/acl.h... yes #11 198.8 checking for library containing acl_get_file... -lacl #11 199.7 checking for acl_get_file... yes #11 200.2 checking for acl_get_fd... yes #11 200.8 checking for acl_set_file... yes #11 201.3 checking for acl_set_fd... yes #11 201.8 checking for acl_free... yes #11 202.4 checking for acl_from_mode... yes #11 203.0 checking for acl_from_text... yes #11 203.5 checking for acl_delete_def_file... yes #11 204.0 checking for acl_extended_file... yes #11 204.6 checking for acl_delete_fd_np... no #11 205.2 checking for acl_delete_file_np... no #11 205.7 checking for acl_copy_ext_native... no #11 206.3 checking for acl_create_entry_np... no #11 207.0 checking for acl_to_short_text... no #11 207.5 checking for acl_free_text... no #11 207.9 checking for working acl_get_file... yes #11 208.4 checking acl/libacl.h usability... yes #11 208.7 checking acl/libacl.h presence... yes #11 208.9 checking for acl/libacl.h... yes #11 208.9 checking for acl_entries... yes #11 209.3 checking for ACL_FIRST_ENTRY... yes #11 209.5 checking for ACL_TYPE_EXTENDED... no #11 209.7 checking for working alloca.h... yes #11 210.1 checking for alloca... yes #11 210.5 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 210.5 checking whether the preprocessor supports include_next... yes #11 210.8 checking whether source code line length is unlimited... yes #11 210.9 checking whether endutent is declared... yes #11 211.2 checking for struct utmpx.ut_user... yes #11 211.5 checking for struct utmp.ut_user... yes #11 212.0 checking for struct utmpx.ut_name... yes #11 212.5 checking for struct utmp.ut_name... yes #11 212.9 checking for struct utmpx.ut_type... yes #11 213.4 checking for struct utmp.ut_type... yes #11 213.7 checking for struct utmpx.ut_pid... yes #11 214.0 checking for struct utmp.ut_pid... yes #11 214.4 checking for struct utmp.ut_tv... yes #11 215.2 checking for struct utmpx.ut_host... yes #11 215.7 checking for struct utmp.ut_host... yes #11 216.2 checking for struct utmpx.ut_id... yes #11 216.6 checking for struct utmp.ut_id... yes #11 217.0 checking for struct utmpx.ut_session... yes #11 217.4 checking for struct utmp.ut_session... yes #11 217.7 checking for struct utmpx.ut_exit... yes #11 218.5 checking for struct utmp.ut_exit... yes #11 219.2 checking for struct utmpx.ut_exit.ut_exit... no #11 219.7 checking for struct utmpx.ut_exit.e_exit... yes #11 220.0 checking for struct utmp.ut_exit.e_exit... yes #11 220.4 checking for struct utmpx.ut_exit.ut_termination... no #11 220.9 checking for struct utmpx.ut_exit.e_termination... yes #11 221.3 checking for struct utmp.ut_exit.e_termination... yes #11 221.8 checking whether sysinfo is declared... yes #11 222.0 checking for sys/sysctl.h... yes #11 222.4 checking for sysctl... yes #11 222.7 checking whether lstat correctly handles trailing slash... yes #11 223.6 checking whether // is distinct from /... no #11 223.6 checking whether realpath works... yes #11 224.5 checking for faccessat... yes #11 225.1 checking for getcwd... yes #11 225.5 checking whether byte ordering is bigendian... no #11 227.1 checking if environ is properly declared... yes #11 227.4 checking for complete errno.h... yes #11 227.5 checking whether ctype.h defines __header_inline... no #11 227.6 checking for mode_t... yes #11 228.3 checking whether strmode is declared... no #11 228.7 checking whether getline is declared... yes #11 229.0 checking for gawk... no #11 229.0 checking for mawk... mawk #11 229.0 checking for getopt.h... (cached) yes #11 229.0 checking for getopt_long_only... yes #11 229.5 checking whether getopt is POSIX compatible... yes #11 232.0 checking for working GNU getopt function... yes #11 232.9 checking for working GNU getopt_long function... yes #11 233.7 checking whether timespec_get is declared... yes #11 234.1 checking for timespec_get... yes #11 234.7 checking for struct timeval... yes #11 235.0 checking for wide-enough struct timeval.tv_sec member... yes #11 235.3 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 235.6 checking whether the compiler produces multi-arch binaries... no #11 235.9 checking whether stdint.h conforms to C99... yes #11 237.0 checking whether stdint.h works without ISO C predefines... yes #11 237.4 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 237.8 checking whether memmem is declared... yes #11 238.2 checking whether memrchr is declared... yes #11 238.7 checking whether defines MIN and MAX... no #11 239.0 checking whether defines MIN and MAX... yes #11 239.4 checking whether time_t is signed... yes #11 239.7 checking whether alarm is declared... yes #11 240.1 checking for working mktime... no #11 241.2 checking whether struct tm is in sys/time.h or time.h... time.h #11 241.6 checking for struct tm.tm_zone... yes #11 242.0 checking for struct tm.tm_gmtoff... yes #11 242.4 checking whether is self-contained... yes #11 243.4 checking for inline... inline #11 243.7 checking for sigset_t... yes #11 244.2 checking for volatile sig_atomic_t... yes #11 244.8 checking for sighandler_t... yes #11 245.4 checking for wchar_t... yes #11 245.6 checking for good max_align_t... yes #11 245.9 checking whether NULL can be used in arbitrary expressions... yes #11 246.2 checking for unreachable... no #11 246.9 checking whether fcloseall is declared... yes #11 247.6 checking whether getw is declared... yes #11 248.2 checking whether putw is declared... yes #11 248.6 checking which flavor of printf attribute matches inttypes macros... system #11 249.0 checking whether strnlen is declared... yes #11 249.6 checking whether strtoimax is declared... yes #11 250.1 checking whether stat file-mode macros are broken... no #11 250.5 checking for nlink_t... yes #11 251.1 checking for struct timespec in ... yes #11 251.4 checking for TIME_UTC in ... yes #11 251.7 checking whether execvpe is declared... yes #11 252.2 checking whether clearerr_unlocked is declared... yes #11 252.7 checking whether feof_unlocked is declared... yes #11 253.4 checking whether ferror_unlocked is declared... yes #11 253.9 checking whether fflush_unlocked is declared... yes #11 254.5 checking whether fgets_unlocked is declared... yes #11 255.0 checking whether fputc_unlocked is declared... yes #11 255.6 checking whether fputs_unlocked is declared... yes #11 256.2 checking whether fread_unlocked is declared... yes #11 256.9 checking whether fwrite_unlocked is declared... yes #11 257.4 checking whether getc_unlocked is declared... yes #11 258.0 checking whether getchar_unlocked is declared... yes #11 258.5 checking whether putc_unlocked is declared... yes #11 258.9 checking whether putchar_unlocked is declared... yes #11 259.4 checking type of array argument to getgroups... gid_t #11 260.3 checking whether getdelim is declared... yes #11 260.9 checking whether getdtablesize is declared... yes #11 261.4 checking whether malloc is ptrdiff_t safe... yes #11 261.8 checking whether malloc, realloc, calloc set errno on failure... yes #11 261.8 checking for O_CLOEXEC... yes #11 262.1 checking for promoted mode_t type... mode_t #11 262.3 checking whether the utimes function works... yes #11 263.1 checking for C compiler option to allow warnings... -Wno-error #11 263.7 checking for alignas and alignof... yes, macros #11 264.2 checking for alloca as a compiler built-in... yes #11 264.4 checking for static_assert... yes, an macro #11 264.9 checking for __builtin_expect... yes #11 265.3 checking byteswap.h usability... yes #11 265.7 checking byteswap.h presence... yes #11 265.9 checking for byteswap.h... yes #11 265.9 checking for readlinkat... yes #11 266.4 checking for library containing clock_gettime... none required #11 266.9 checking for clock_getres... yes #11 267.4 checking for clock_gettime... yes #11 268.1 checking for clock_settime... yes #11 268.9 checking for copy_file_range... yes #11 269.4 checking for d_type member in directory struct... yes #11 269.9 checking whether // is distinct from /... (cached) no #11 269.9 checking whether dup2 works... yes #11 270.4 checking for library containing backtrace_symbols_fd... none required #11 270.9 checking for faccessat... (cached) yes #11 270.9 checking whether fchmodat works... no #11 271.8 checking for readlinkat... (cached) yes #11 271.8 checking whether fcntl handles F_DUPFD correctly... yes #11 272.5 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 273.3 checking whether fdopendir is declared... yes #11 273.7 checking whether fdopendir works... yes #11 274.3 checking for flexible array member... yes #11 274.8 checking for __fpending... yes #11 275.2 checking whether __fpending is declared... yes #11 275.5 checking whether free is known to preserve errno... no #11 275.8 checking whether fstatat (..., 0) works... yes #11 276.2 checking for sys/mount.h... yes #11 276.6 checking for statvfs function (SVR4)... yes #11 276.8 checking whether to use statvfs64... no #11 276.9 checking for two-argument statfs with statfs.f_frsize member... yes #11 277.1 checking sys/fs/s5param.h usability... no #11 277.3 checking sys/fs/s5param.h presence... no #11 277.4 checking for sys/fs/s5param.h... no #11 277.4 checking sys/statfs.h usability... yes #11 277.8 checking sys/statfs.h presence... yes #11 277.9 checking for sys/statfs.h... yes #11 278.0 checking for statfs that truncates block counts... no #11 278.3 checking for futimens... yes #11 278.7 checking whether futimens works... yes #11 280.1 checking for getline... yes #11 280.6 checking for working getline function... yes #11 281.2 checking for getloadavg... yes #11 281.8 checking sys/loadavg.h usability... no #11 282.1 checking sys/loadavg.h presence... no #11 282.2 checking for sys/loadavg.h... no #11 282.3 checking whether getloadavg is declared... yes #11 282.7 checking for getrandom... yes #11 283.2 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 283.5 checking for gettimeofday with POSIX signature... yes #11 283.7 checking whether the compiler supports the __inline keyword... yes #11 284.0 checking gmp.h usability... yes #11 284.4 checking gmp.h presence... yes #11 284.4 checking for gmp.h... yes #11 284.4 checking for library containing __gmpz_roinit_n... -lgmp #11 285.0 checking for memmem... yes #11 285.3 checking whether memmem works... yes #11 285.6 checking for mempcpy... yes #11 286.1 checking for memrchr... yes #11 286.5 checking for explicit_memset... no #11 287.1 checking for mkostemp... yes #11 287.7 checking for library containing nanosleep... none required #11 288.2 checking for working nanosleep... no (mishandles large arguments) #11 290.2 checking for sys/pstat.h... no #11 290.5 checking for sys/sysmp.h... no #11 290.9 checking for sys/param.h... (cached) yes #11 291.0 checking for sys/sysctl.h... (cached) yes #11 291.0 checking for sched_getaffinity_np... no #11 291.6 checking for pstat_getdynamic... no #11 292.1 checking for sysmp... no #11 292.8 checking for sysctl... (cached) yes #11 292.8 checking for sched_getaffinity... yes #11 293.3 checking for glibc compatible sched_getaffinity... yes #11 293.6 checking for pipe2... yes #11 293.9 checking whether signature of pselect conforms to POSIX... yes #11 294.5 checking whether pselect detects invalid fds... yes #11 295.0 checking whether pthread_sigmask is a macro... no #11 295.3 checking whether pthread_sigmask returns error numbers... yes #11 295.7 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 298.5 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 299.3 checking whether readlink signature is correct... yes #11 299.7 checking whether readlink handles trailing slash correctly... yes #11 300.1 checking whether readlink truncates results correctly... yes #11 300.6 checking for readlinkat... (cached) yes #11 300.6 checking whether readlinkat signature is correct... yes #11 300.9 checking for working re_compile_pattern... no #11 302.1 checking libintl.h usability... yes #11 302.3 checking libintl.h presence... yes #11 302.4 checking for libintl.h... yes #11 302.4 checking whether isblank is declared... yes #11 302.6 checking for sig2str... no #11 302.9 checking for sigdescr_np... no #11 303.3 checking for socklen_t... yes #11 303.9 checking for ssize_t... yes #11 304.1 checking for struct stat.st_atim.tv_nsec... yes #11 304.3 checking whether struct stat.st_atim is of type struct timespec... yes #11 304.7 checking for struct stat.st_birthtimespec.tv_nsec... no #11 305.2 checking for struct stat.st_birthtimensec... no #11 305.7 checking for struct stat.st_birthtim.tv_nsec... no #11 306.2 checking for bool, true, false... no #11 306.4 checking for stpcpy... yes #11 306.9 checking for working strnlen... yes #11 307.7 checking whether strtoimax works... yes #11 308.2 checking whether symlink handles trailing slash correctly... yes #11 308.9 checking whether localtime_r is declared... yes #11 309.2 checking whether localtime_r is compatible with its POSIX signature... yes #11 309.6 checking whether localtime works even near extrema... yes #11 310.0 checking for timezone_t... no #11 310.1 checking for timegm... yes #11 310.6 checking whether timer_settime is declared... yes #11 311.0 checking for library containing timer_settime... -lrt #11 311.7 checking for timer_settime... yes #11 312.7 checking for utimensat... yes #11 313.2 checking whether utimensat works... yes #11 314.7 checking for variable-length arrays... yes #11 315.3 checking whether getdtablesize works... yes #11 316.0 checking for __mktime_internal... no #11 316.7 checking for timer_getoverrun... yes #11 317.4 checking for gcc option to disable position independent executables... not needed #11 317.4 checking for __ctype_get_mb_cur_max... yes #11 317.6 checking whether MB_CUR_MAX is defined to function that won't link... no #11 317.7 #11 317.7 Configured for 'x86_64-pc-linux-gnu'. #11 317.7 #11 317.7 Where should the build process find the source code? . #11 317.7 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 317.7 Should Emacs use the GNU version of malloc? no #11 317.7 (The GNU allocators don't work with this system configuration.) #11 317.7 Should Emacs use a relocating allocator for buffers? no #11 317.7 Should Emacs use mmap(2) for buffer allocation? no #11 317.7 What window system should Emacs use? nextstep #11 317.7 What toolkit should Emacs use? none #11 317.7 Where do we find X Windows header files? NONE #11 317.7 Where do we find X Windows libraries? NONE #11 317.8 Does Emacs use -lXaw3d? no #11 317.8 Is Emacs being built for Android? no #11 317.8 Does Emacs use the X Double Buffer Extension? no #11 317.8 Does Emacs use -lXpm? no #11 317.8 Does Emacs use -ljpeg? no #11 317.8 Does Emacs use -ltiff? no #11 317.8 Does Emacs use a gif library? no #11 317.8 Does Emacs use a png library? no #11 317.8 Does Emacs use -lrsvg-2? no #11 317.8 Does Emacs use -lwebp? no #11 317.8 Does Emacs use -lsqlite3? no #11 317.8 Does Emacs use cairo? no #11 317.8 Does Emacs use -llcms2? no #11 317.8 Does Emacs use imagemagick? no #11 317.8 Does Emacs use native APIs for images? yes (ns) #11 317.8 Does Emacs support sound? yes #11 317.8 Does Emacs use -lgpm? no #11 317.8 Does Emacs use -ldbus? yes #11 317.8 Does Emacs use -lgconf? no #11 317.8 Does Emacs use GSettings? no #11 317.8 Does Emacs use a file notification library? yes -lglibc (inotify) #11 317.8 Does Emacs use access control lists? yes -lacl -lattr #11 317.8 Does Emacs use -lselinux? no #11 317.8 Does Emacs use -lgnutls? yes #11 317.8 Does Emacs use -lxml2? no #11 317.8 Does Emacs use -lfreetype? no #11 317.8 Does Emacs use HarfBuzz? no #11 317.8 Does Emacs use -lm17n-flt? no #11 317.8 Does Emacs use -lotf? no #11 317.8 Does Emacs use -lxft? no #11 317.8 Does Emacs use -lsystemd? no #11 317.8 Does Emacs use -ljansson? no #11 317.8 Does Emacs use -ltree-sitter? no #11 317.8 Does Emacs use the GMP library? yes #11 317.8 Does Emacs directly use zlib? yes #11 317.8 Does Emacs have dynamic modules support? yes #11 317.8 Does Emacs use toolkit scroll bars? yes #11 317.8 Does Emacs support Xwidgets? no #11 317.8 Does Emacs have threading support in lisp? yes #11 317.8 Does Emacs support the portable dumper? yes #11 317.8 Does Emacs support legacy unexec dumping? no #11 317.8 Which dumping strategy does Emacs use? pdumper #11 317.8 Does Emacs have native lisp compiler? no #11 317.8 Does Emacs use version 2 of the X Input Extension? no #11 317.8 Does Emacs generate a smaller-size Japanese dictionary? no #11 317.8 #11 317.8 #11 317.8 #11 317.8 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 317.8 Run 'make install' in order to build an application bundle. #11 317.8 The application will go to nextstep/Emacs.app and can be run or moved #11 317.8 from there. #11 317.8 The application will be fully self-contained. #11 317.8 #11 318.6 configure: creating ./config.status #11 319.3 config.status: creating src/verbose.mk #11 319.5 config.status: creating src/emacs-module.h #11 319.7 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 319.9 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 320.1 config.status: creating Makefile #11 320.2 config.status: creating lib/gnulib.mk #11 320.4 config.status: creating ./doc/man/emacs.1 #11 320.5 config.status: creating lib/Makefile #11 320.7 config.status: creating lib-src/Makefile #11 320.8 config.status: creating oldXMenu/Makefile #11 320.9 config.status: creating src/Makefile #11 321.0 config.status: creating lwlib/Makefile #11 321.2 config.status: creating nextstep/Makefile #11 321.3 config.status: creating nt/Makefile #11 321.5 config.status: creating doc/emacs/Makefile #11 321.7 config.status: creating doc/misc/Makefile #11 321.9 config.status: creating doc/lispintro/Makefile #11 322.1 config.status: creating doc/lispref/Makefile #11 322.4 config.status: creating lisp/Makefile #11 322.5 config.status: creating leim/Makefile #11 322.8 config.status: creating test/Makefile #11 323.0 config.status: creating test/manual/noverlay/Makefile #11 323.2 config.status: creating test/infra/Makefile #11 323.4 config.status: creating admin/charsets/Makefile #11 323.6 config.status: creating admin/unidata/Makefile #11 323.9 config.status: creating admin/grammars/Makefile #11 324.1 config.status: creating java/Makefile #11 324.3 config.status: creating cross/Makefile #11 324.5 config.status: creating java/AndroidManifest.xml #11 324.7 config.status: creating src/config.h #11 324.9 config.status: executing src/epaths.h commands #11 325.2 config.status: executing src/.gdbinit commands #11 325.3 config.status: executing doc/emacs/emacsver.texi commands #11 325.3 config.status: executing etc-refcards-emacsver.tex commands #11 325.5 configure: WARNING: This configuration installs a 'movemail' program #11 325.5 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 325.5 installed a 'movemail' program that retrieved POP3 email via only #11 325.5 insecure channels, a practice that is no longer recommended but that #11 325.5 you can continue to support by using './configure --with-pop'. #11 325.5 configure: You might want to install GNU Mailutils #11 325.5 and use './configure --with-mailutils'. #11 DONE 327.5s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 2.496 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 2.563 make[1]: Entering directory '/checkout' #12 2.935 make bootstrap-clean #12 2.955 make[2]: Entering directory '/checkout' #12 3.387 make -C src bootstrap-clean #12 3.438 make[3]: Entering directory '/checkout/src' #12 3.438 GEN /checkout/src/lisp.mk #12 4.805 rm -f android-emacs libemacs.so #12 4.815 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 4.824 rm -f dmpstruct.h #12 4.830 rm -f emacs.pdmp #12 4.834 rm -f ../etc/DOC #12 4.865 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 4.868 rm -f emacs-30.0.50 #12 4.880 rm -f buildobj.h #12 4.891 rm -f globals.h gl-stamp #12 4.911 rm -f ./*.res ./*.tmp #12 4.924 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 4.939 rm -f ../etc/DOC* #12 4.955 rm -f deps/* #12 4.987 rm -f emacs-module.h epaths.h config.h config.stamp #12 5.007 if test -f ./.gdbinit; then \ #12 5.007 mv ./.gdbinit ./.gdbinit.save; \ #12 5.007 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 5.007 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 5.007 fi #12 5.067 make[3]: Leaving directory '/checkout/src' #12 5.067 make -C oldXMenu bootstrap-clean #12 5.099 make[3]: Entering directory '/checkout/oldXMenu' #12 5.127 rm -f libXMenu11.a ./*.o deps/* #12 5.143 rm -f Makefile #12 5.152 rm -fr deps #12 5.157 make[3]: Leaving directory '/checkout/oldXMenu' #12 5.157 make -C lwlib bootstrap-clean #12 5.179 make[3]: Entering directory '/checkout/lwlib' #12 5.179 rm -f ./*.o liblw.a \#* deps/* #12 5.207 rm -f Makefile #12 5.219 rm -fr deps #12 5.219 rm -f TAGS #12 5.219 make[3]: Leaving directory '/checkout/lwlib' #12 5.219 make -C lib bootstrap-clean #12 5.747 make[3]: Entering directory '/checkout/lib' #12 5.747 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 5.866 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #12 5.891 rm -f Makefile Makefile.android #12 5.903 rm -fr deps #12 5.921 make[3]: Leaving directory '/checkout/lib' #12 5.921 make -C lib-src bootstrap-clean #12 5.933 make[3]: Entering directory '/checkout/lib-src' #12 5.933 rm -f core ./*.o ./*.res #12 5.939 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 5.979 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 5.998 rm -f TAGS Makefile blessmail Makefile.android #12 6.017 make[3]: Leaving directory '/checkout/lib-src' #12 6.024 make -C nt bootstrap-clean #12 6.040 make[3]: Entering directory '/checkout/nt' #12 6.040 rm -f core *.o *.res #12 6.055 rm -f runemacs addpm cmdproxy ddeclient #12 6.055 rm -f TAGS Makefile *.rc #12 6.065 true #12 6.071 make[3]: Leaving directory '/checkout/nt' #12 6.077 make -C doc/emacs bootstrap-clean #12 6.107 make[3]: Entering directory '/checkout/doc/emacs' #12 6.127 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 6.127 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 6.153 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 6.167 rm -f Makefile #12 6.191 rm -f \ #12 6.191 ./../../info/emacs.info \ #12 6.191 ./../../info/emacs.info-[1-9] \ #12 6.191 ./../../info/emacs.info-[1-9][0-9] #12 6.207 rm -f ./emacsver.texi TAGS #12 6.223 make[3]: Leaving directory '/checkout/doc/emacs' #12 6.223 make -C doc/misc bootstrap-clean #12 6.255 make[3]: Entering directory '/checkout/doc/misc' #12 6.255 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 6.255 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 6.255 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 6.298 rm -f gnustmp* #12 6.310 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 6.315 rm -f Makefile #12 6.339 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 6.339 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 6.339 rm -f \ #12 6.339 ./../../info/${file} \ #12 6.339 ./../../info/${file}-[1-9] \ #12 6.339 ./../../info/${file}-[1-9][0-9]; \ #12 6.339 done #12 8.406 rm -f ./modus-themes.texi ./org.texi #12 8.415 rm -f TAGS #12 8.444 make[3]: Leaving directory '/checkout/doc/misc' #12 8.444 make -C doc/lispref bootstrap-clean #12 8.484 make[3]: Entering directory '/checkout/doc/lispref' #12 8.484 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 8.484 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 8.512 rm -f elisp[12]* vol[12].tmp #12 8.532 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 8.559 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 8.575 rm -f Makefile #12 8.595 rm -f \ #12 8.595 ./../../info/elisp.info \ #12 8.595 ./../../info/elisp.info-[1-9] \ #12 8.595 ./../../info/elisp.info-[1-9][0-9] #12 8.607 rm -f TAGS #12 8.640 make[3]: Leaving directory '/checkout/doc/lispref' #12 8.640 make -C doc/lispintro bootstrap-clean #12 8.679 make[3]: Entering directory '/checkout/doc/lispintro' #12 8.679 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 8.679 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 8.709 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 8.722 rm -f Makefile #12 8.755 rm -f \ #12 8.755 ./../../info/eintr.info \ #12 8.755 ./../../info/eintr.info-[1-9] #12 8.763 rm -f TAGS #12 8.798 make[3]: Leaving directory '/checkout/doc/lispintro' #12 8.811 make -C test bootstrap-clean #12 8.823 make[3]: Entering directory '/checkout/test' #12 9.263 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 9.367 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 9.430 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 9.447 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 9.447 src/emacs-module-resources/*.dll gmp.h #12 9.458 find . -name '*.elc' -delete #12 9.527 make[3]: Leaving directory '/checkout/test' #12 9.527 make -C java bootstrap-clean #12 9.935 make[3]: Entering directory '/checkout/java' #12 9.935 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 9.971 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 9.979 find . -name '*.class' -delete #12 10.04 rm -f Makefile ndk-build.mk #12 10.06 make[3]: Leaving directory '/checkout/java' #12 10.06 make -C cross bootstrap-clean #12 10.10 make[3]: Entering directory '/checkout/cross' #12 10.10 for dir in src lib-src lib etc; do \ #12 10.10 find $dir -type f -delete; \ #12 10.10 done #12 10.15 rm -rf lib/config.h lib-src/config.h #12 10.18 if test -f ndk-build/Makefile; then \ #12 10.18 make -C ndk-build clean; \ #12 10.18 fi #12 10.18 for dir in src lib-src lib etc; do \ #12 10.18 find $dir -type l -delete; \ #12 10.18 done #12 10.22 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 10.23 rm -rf ndk-build/ndk-build.mk Makefile #12 10.23 make[3]: Leaving directory '/checkout/cross' #12 10.23 make -C nextstep bootstrap-clean #12 10.29 make[3]: Entering directory '/checkout/nextstep' #12 10.29 rm -rf /checkout/nextstep/Emacs.app #12 10.32 rm -f Makefile #12 10.34 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 10.34 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 10.34 Cocoa/Emacs.base/Contents/Info.plist \ #12 10.34 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 10.37 make[3]: Leaving directory '/checkout/nextstep' #12 10.37 make -C admin/charsets bootstrap-clean #12 10.43 make[3]: Entering directory '/checkout/admin/charsets' #12 10.45 make[3]: Nothing to be done for 'bootstrap-clean'. #12 10.45 make[3]: Leaving directory '/checkout/admin/charsets' #12 10.45 make -C admin/unidata bootstrap-clean #12 10.45 make[3]: Entering directory '/checkout/admin/unidata' #12 10.58 rm -f ./*.elc unidata.txt #12 10.58 make[3]: Leaving directory '/checkout/admin/unidata' #12 10.58 make -C leim bootstrap-clean #12 10.60 make[3]: Entering directory '/checkout/leim' #12 10.60 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 10.66 make[3]: Leaving directory '/checkout/leim' #12 10.66 make -C lisp bootstrap-clean #12 10.66 make[3]: Entering directory '/checkout/lisp' #12 10.91 find . -name '*.elc' -delete #12 10.94 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 10.96 make[3]: Leaving directory '/checkout/lisp' #12 10.96 make -C admin/grammars bootstrap-clean #12 10.98 make[3]: Entering directory '/checkout/admin/grammars' #12 10.98 make[3]: Nothing to be done for 'bootstrap-clean'. #12 10.98 make[3]: Leaving directory '/checkout/admin/grammars' #12 10.98 [ ! -f config.log ] || mv -f config.log config.log~ #12 11.15 rm -rf ./info #12 11.17 rm -f ./etc/refcards/emacsver.tex #12 11.19 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 11.19 rm -fr autom4te.cache config.cache #12 11.22 rm -f config.log ./doc/man/emacs.1 #12 11.24 make[2]: Leaving directory '/checkout' #12 11.24 cd . && ./autogen.sh autoconf #12 11.34 Checking whether you have the necessary tools... #12 11.34 (Read INSTALL.REPO for more details on building Emacs) #12 11.36 Checking for autoconf (need at least version 2.65) ... ok #12 11.54 Your system has the required tools. #12 11.64 Running 'autoreconf -fi -I m4' ... #12 54.25 Building 'aclocal.m4' in exec ... #12 54.25 Running 'autoreconf -fi' in exec ... #12 63.85 You can now run './autogen.sh git'. #12 63.85 make MAKEFILE_NAME=force-Makefile force-Makefile #12 63.88 make[2]: Entering directory '/checkout' #12 63.91 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 64.33 if [ -x ./config.status ]; then \ #12 64.33 ./config.status --recheck; \ #12 64.33 else \ #12 64.33 ./configure --cache-file=/dev/null; \ #12 64.33 fi #12 64.72 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 65.89 checking for xcrun... no #12 65.89 checking for GNU Make... make #12 65.98 checking build system type... x86_64-pc-linux-gnu #12 66.60 checking host system type... x86_64-pc-linux-gnu #12 66.66 checking for gcc... gcc #12 66.87 checking whether the C compiler works... yes #12 67.28 checking for C compiler default output file name... a.out #12 67.29 checking for suffix of executables... #12 67.79 checking whether we are cross compiling... no #12 68.22 checking for suffix of object files... o #12 68.49 checking whether we are using the GNU C compiler... yes #12 68.69 checking whether gcc accepts -g... yes #12 68.93 checking for gcc option to enable C11 features... none needed #12 69.36 checking whether the compiler is clang... no #12 69.63 checking for compiler option needed when checking for declarations... none #12 69.63 checking whether gcc and cc understand -c and -o together... yes #12 70.67 checking how to run the C preprocessor... gcc -E #12 71.26 checking for grep that handles long lines and -e... /bin/grep #12 71.29 checking for egrep... /bin/grep -E #12 71.30 checking for ANSI C header files... yes #12 72.36 checking for sys/types.h... yes #12 72.71 checking for sys/stat.h... yes #12 73.06 checking for stdlib.h... yes #12 73.50 checking for string.h... yes #12 73.88 checking for memory.h... yes #12 74.24 checking for strings.h... yes #12 74.55 checking for inttypes.h... yes #12 74.94 checking for stdint.h... yes #12 75.35 checking for unistd.h... yes #12 75.69 checking for wchar.h... yes #12 76.08 checking for minix/config.h... no #12 76.44 checking for linux/fs.h... yes #12 76.91 checking for malloc.h... yes #12 77.22 checking for sys/systeminfo.h... no #12 77.56 checking for sys/sysinfo.h... yes #12 77.97 checking for coff.h... no #12 78.29 checking for pty.h... yes #12 78.66 checking for sys/resource.h... yes #12 78.94 checking for sys/utsname.h... yes #12 79.42 checking for pwd.h... yes #12 79.94 checking for util.h... no #12 80.28 checking for sanitizer/lsan_interface.h... yes #12 80.60 checking for sanitizer/asan_interface.h... yes #12 80.86 checking for sanitizer/common_interface_defs.h... yes #12 81.08 checking for sys/socket.h... yes #12 81.29 checking for stdlib.h... (cached) yes #12 81.35 checking for unistd.h... (cached) yes #12 81.42 checking for sys/param.h... yes #12 81.86 checking for pthread.h... yes #12 82.16 checking for malloc/malloc.h... no #12 82.37 checking for sys/un.h... yes #12 82.60 checking for utmp.h... yes #12 82.85 checking for utmpx.h... yes #12 83.14 checking for OS.h... no #12 83.56 checking for dirent.h... yes #12 83.85 checking for execinfo.h... yes #12 84.00 checking for linux/xattr.h... yes #12 84.27 checking for stdio_ext.h... yes #12 84.46 checking for sys/vfs.h... yes #12 84.70 checking for sys/fs_types.h... no #12 84.87 checking for getopt.h... yes #12 85.30 checking for sys/cdefs.h... yes #12 85.80 checking for sys/time.h... yes #12 86.32 checking for ieee754.h... yes #12 86.93 checking for limits.h... yes #12 87.35 checking for inttypes.h... (cached) yes #12 87.41 checking for sys/types.h... (cached) yes #12 87.47 checking for stdint.h... (cached) yes #12 87.56 checking for sys/select.h... yes #12 87.95 checking for stdbool.h... yes #12 88.47 checking for stdckdint.h... no #12 88.84 checking for sys/random.h... yes #12 89.27 checking for sys/stat.h... (cached) yes #12 89.32 checking whether it is safe to define __EXTENSIONS__... yes #12 89.75 checking whether _XOPEN_SOURCE should be defined... no #12 89.97 checking for Minix Amsterdam compiler... no #12 90.12 checking for ar... ar #12 90.13 checking for ranlib... ranlib #12 90.14 checking for gcc option to enable large file support... none needed #12 90.72 checking for gcc option for timestamps after 2038... none needed #12 91.01 checking for g++... g++ #12 91.26 checking whether we are using the GNU C++ compiler... yes #12 91.52 checking whether g++ accepts -g... yes #12 91.81 checking for g++ option to enable C++11 features... none needed #12 153.2 checking how to run the C++ preprocessor... g++ -E #12 153.7 checking whether gcc accepts -g3 -O2... yes #12 154.2 checking whether the compiler is clang... no #12 154.5 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 154.7 checking whether -Wno-missing-field-initializers is needed... yes #12 155.3 checking whether -Wuninitialized is supported... yes #12 155.6 checking whether C compiler handles -fstrict-flex-arrays... no #12 155.8 checking whether C compiler handles -Wall... yes #12 156.3 checking whether C compiler handles -Warith-conversion... yes #12 156.6 checking whether C compiler handles -Wdate-time... yes #12 157.2 checking whether C compiler handles -Wdisabled-optimization... yes #12 157.7 checking whether C compiler handles -Wdouble-promotion... yes #12 158.1 checking whether C compiler handles -Wduplicated-cond... yes #12 158.6 checking whether C compiler handles -Wextra... yes #12 159.1 checking whether C compiler handles -Wformat-signedness... yes #12 159.6 checking whether C compiler handles -Winit-self... yes #12 160.2 checking whether C compiler handles -Winvalid-pch... yes #12 160.7 checking whether C compiler handles -Wlogical-op... yes #12 161.2 checking whether C compiler handles -Wmissing-declarations... yes #12 161.7 checking whether C compiler handles -Wmissing-include-dirs... yes #12 162.2 checking whether C compiler handles -Wmissing-prototypes... yes #12 162.7 checking whether C compiler handles -Wnested-externs... yes #12 163.2 checking whether C compiler handles -Wnull-dereference... yes #12 163.7 checking whether C compiler handles -Wold-style-definition... yes #12 164.2 checking whether C compiler handles -Wopenmp-simd... yes #12 164.7 checking whether C compiler handles -Wpacked... yes #12 165.2 checking whether C compiler handles -Wpointer-arith... yes #12 165.6 checking whether C compiler handles -Wstrict-flex-arrays... no #12 165.8 checking whether C compiler handles -Wstrict-prototypes... yes #12 166.5 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 167.0 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 167.6 checking whether C compiler handles -Wsuggest-final-methods... yes #12 168.0 checking whether C compiler handles -Wsuggest-final-types... yes #12 168.5 checking whether C compiler handles -Wtrampolines... yes #12 168.9 checking whether C compiler handles -Wuninitialized... yes #12 169.2 checking whether C compiler handles -Wunknown-pragmas... yes #12 169.7 checking whether C compiler handles -Wunused-macros... yes #12 170.2 checking whether C compiler handles -Wvariadic-macros... yes #12 170.8 checking whether C compiler handles -Wvector-operation-performance... yes #12 171.3 checking whether C compiler handles -Wwrite-strings... yes #12 171.7 checking whether C compiler handles -Warray-bounds=2... yes #12 172.1 checking whether C compiler handles -Wattribute-alias=2... yes #12 172.7 checking whether C compiler handles -Wformat=2... yes #12 173.2 checking whether C compiler handles -Wformat-truncation=2... yes #12 173.7 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 174.3 checking whether C compiler handles -Wshift-overflow=2... yes #12 174.9 checking whether C compiler handles -Wuse-after-free=3... no #12 175.1 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 175.7 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 176.2 checking whether C compiler handles -Wredundant-decls... yes #12 176.9 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 176.9 checking whether C compiler handles -Wno-override-init... yes #12 177.3 checking whether C compiler handles -Wno-sign-compare... yes #12 177.9 checking whether C compiler handles -Wno-type-limits... yes #12 178.4 checking whether C compiler handles -Wno-unused-parameter... yes #12 178.9 checking whether C compiler handles -Wno-format-nonliteral... yes #12 179.5 checking whether C compiler handles -Wno-bidi-chars... no #12 179.7 checking for a BSD-compatible install... /usr/bin/install -c #12 179.8 checking command to symlink files in the same directory... ln -s #12 179.8 checking for install-info... : #12 179.8 checking for gzip... /bin/gzip #12 179.8 checking for 'find' args to delete a file... -delete #12 179.9 checking for brew... no #12 180.9 checking for -znocombreloc... not needed #12 180.9 checking whether addresses are sanitized... no #12 181.1 checking for math library... -lm #12 183.0 checking for struct passwd.pw_gecos... yes #12 183.3 checking for pkg-config... /usr/bin/pkg-config #12 183.3 checking pkg-config is at least version 0.9.0... yes #12 183.3 checking for machine/soundcard.h... no #12 183.5 checking for sys/soundcard.h... yes #12 184.0 checking for soundcard.h... no #12 184.2 checking for mmsystem.h... no #12 184.4 checking for _oss_ioctl in -lossaudio... no #12 184.8 checking for alsa >= 1.0.0... no #12 184.8 checking for ADDR_NO_RANDOMIZE... yes #12 185.2 checking if Linux sysinfo may be used... yes #12 185.9 checking for sys/wait.h that is POSIX.1 compatible... yes #12 186.3 checking for net/if.h... yes #12 186.7 checking for ifaddrs.h... yes #12 187.1 checking for net/if_dl.h... no #12 187.3 checking for struct ifreq.ifr_flags... yes #12 187.9 checking for struct ifreq.ifr_hwaddr... yes #12 188.9 checking for struct ifreq.ifr_netmask... yes #12 189.8 checking for struct ifreq.ifr_broadaddr... yes #12 190.8 checking for struct ifreq.ifr_addr... yes #12 191.8 checking for struct ifreq.ifr_addr.sa_len... no #12 192.7 checking whether gcc understands -MMD -MF... yes #12 192.9 checking for X... no #12 193.6 checking AppKit/AppKit.h usability... yes #12 196.6 checking AppKit/AppKit.h presence... yes #12 197.5 checking for AppKit/AppKit.h... yes #12 197.5 checking for Mac OS X 12.0 or later... yes #12 197.7 checking for gcc... gcc #12 197.9 checking whether we are using the GNU Objective C compiler... yes #12 198.2 checking whether gcc accepts -g... yes #12 198.3 checking if the Objective C compiler supports instancetype... yes #12 198.5 checking if the Objective C compiler defaults to C99... no #12 198.6 checking whether malloc is Doug Lea style... no #12 199.0 checking for sbrk... yes #12 199.4 checking for __lsan_ignore_object... no #12 200.0 checking for fchmod... yes #12 200.6 checking for utmpname... yes #12 201.0 checking for utmpxname... yes #12 201.7 checking for canonicalize_file_name... yes #12 202.2 checking for realpath... yes #12 202.8 checking for lstat... yes #12 203.5 checking for fchmodat... yes #12 204.2 checking for lchmod... no #12 204.5 checking for fcntl... yes #12 205.2 checking for fdopendir... yes #12 205.8 checking for listxattr... yes #12 206.2 checking for fstatat... yes #12 206.9 checking for fsync... yes #12 207.3 checking for gettimeofday... yes #12 207.7 checking for memset_explicit... no #12 208.2 checking for memset_s... no #12 208.7 checking for pselect... yes #12 209.1 checking for readlink... yes #12 209.8 checking for isblank... yes #12 210.6 checking for iswctype... yes #12 211.2 checking for strtoimax... yes #12 211.9 checking for symlink... yes #12 212.5 checking for localtime_r... yes #12 213.1 checking for getdtablesize... yes #12 213.6 checking for getpagesize... yes #12 214.0 checking for working mmap... yes #12 215.1 checking for main in -lXbsd... no #12 215.6 checking for pthread library... -lpthread #12 216.5 checking for thread support... yes #12 216.5 checking for librsvg-2.0 >= 2.14.0... no #12 216.6 checking for libwebpdemux >= 0.6.0... no #12 216.6 checking for WebPGetInfo... no #12 217.2 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 217.3 checking for sqlite3_open_v2 in -lsqlite3... no #12 217.6 checking for getaddrinfo_a in -lanl... yes #12 218.3 checking for malloc_trim... yes #12 218.7 checking for dbus-1 >= 1.0... yes #12 218.9 checking for dbus_watch_get_unix_fd... yes #12 219.5 checking for dbus_type_is_valid... yes #12 220.3 checking for dbus_validate_bus_name... yes #12 220.9 checking for dbus_validate_path... yes #12 221.7 checking for dbus_validate_interface... yes #12 222.4 checking for dbus_validate_member... yes #12 223.1 checking for lgetfilecon in -lselinux... no #12 223.5 checking for gnutls >= 2.12.2... yes #12 223.7 checking for libsystemd >= 222... no #12 223.7 checking for jansson >= 2.7... no #12 223.8 checking for tree-sitter >= 0.20.2... no #12 223.8 checking for tree-sitter >= 0.6.3... no #12 223.8 checking sys/inotify.h usability... yes #12 224.1 checking sys/inotify.h presence... yes #12 224.3 checking for sys/inotify.h... yes #12 224.3 checking for inotify_init1... yes #12 225.1 checking for jpeglib 6b or later... no #12 225.6 checking for lcms2... no #12 225.7 checking for library containing inflateEnd... -lz #12 226.4 checking for dladdr... yes #12 227.0 checking for dlfunc... no #12 227.6 checking for libpng >= 1.0.0... no #12 227.7 checking for libpng not configured by pkg-config... no #12 228.0 checking tiffio.h usability... no #12 228.4 checking tiffio.h presence... no #12 228.5 checking for tiffio.h... no #12 228.5 checking gif_lib.h usability... no #12 228.8 checking gif_lib.h presence... no #12 229.0 checking for gif_lib.h... no #12 229.0 checking gpm.h usability... no #12 229.4 checking gpm.h presence... no #12 229.6 checking for gpm.h... no #12 229.6 checking for libxml-2.0 > 2.6.17... no #12 229.7 checking for maillock in -lmail... no #12 230.1 checking for maillock in -llockfile... no #12 230.5 checking for liblockfile.so... no #12 230.5 checking maillock.h usability... no #12 230.9 checking maillock.h presence... no #12 231.1 checking for maillock.h... no #12 231.1 checking linux/seccomp.h usability... yes #12 231.7 checking linux/seccomp.h presence... yes #12 231.9 checking for linux/seccomp.h... yes #12 232.1 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 232.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 232.7 checking linux/filter.h usability... yes #12 232.9 checking linux/filter.h presence... yes #12 233.1 checking for linux/filter.h... yes #12 233.2 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 233.3 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 233.3 checking for libseccomp >= 2.5.2... no #12 233.3 checking size of long... 8 #12 234.2 checking for accept4... yes #12 234.8 checking for fchdir... yes #12 235.4 checking for gethostname... yes #12 235.9 checking for getrusage... yes #12 236.6 checking for get_current_dir_name... yes #12 237.3 checking for lrand48... yes #12 238.0 checking for random... yes #12 238.8 checking for rint... yes #12 239.5 checking for tcdrain... yes #12 240.1 checking for trunc... yes #12 240.7 checking for select... yes #12 241.1 checking for getpagesize... (cached) yes #12 241.1 checking for setlocale... yes #12 241.7 checking for newlocale... yes #12 242.2 checking for getrlimit... yes #12 242.9 checking for setrlimit... yes #12 243.5 checking for shutdown... yes #12 244.0 checking for pthread_sigmask... (cached) yes #12 244.1 checking for strsignal... yes #12 244.9 checking for setitimer... yes #12 245.5 checking for sendto... yes #12 246.1 checking for recvfrom... yes #12 246.9 checking for getsockname... yes #12 247.6 checking for getifaddrs... yes #12 248.3 checking for freeifaddrs... yes #12 249.0 checking for gai_strerror... yes #12 249.7 checking for sync... yes #12 250.3 checking for endpwent... yes #12 250.9 checking for getgrent... yes #12 251.6 checking for endgrent... yes #12 252.3 checking for renameat2... yes #12 252.9 checking for cfmakeraw... yes #12 253.5 checking for cfsetspeed... yes #12 254.0 checking for __executable_start... yes #12 254.5 checking for log2... yes #12 255.3 checking for pthread_setname_np... yes #12 256.1 checking for pthread_set_name_np... no #12 256.5 checking for getpwent... yes #12 257.0 checking whether pthread_setname_np takes a single argument... no #12 257.2 checking whether pthread_setname_np takes three arguments... no #12 257.5 checking for aligned_alloc... yes #12 258.3 checking whether aligned_alloc is declared... yes #12 258.6 checking for posix_madvise... yes #12 259.1 checking for madvise... yes #12 259.7 checking for __builtin_frame_address... yes #12 260.1 checking for __builtin_unwind_init... yes #12 260.4 checking for _LARGEFILE_SOURCE value needed for large files... no #12 260.9 checking for grantpt... yes #12 261.3 checking for getpt... yes #12 261.8 checking for posix_openpt... yes #12 262.3 checking for library containing tputs... -ltinfo #12 263.4 checking whether -ltinfo library defines BC... yes #12 263.9 checking for timerfd interface... yes #12 264.2 checking whether signals can be handled on alternate stack... yes #12 264.6 checking valgrind/valgrind.h usability... no #12 265.0 checking valgrind/valgrind.h presence... no #12 265.2 checking for valgrind/valgrind.h... no #12 265.2 checking for struct unipair.unicode... yes #12 265.6 checking for pid_t... yes #12 266.5 checking vfork.h usability... no #12 266.9 checking vfork.h presence... no #12 267.1 checking for vfork.h... no #12 267.1 checking for fork... yes #12 267.7 checking for vfork... yes #12 268.3 checking for working fork... yes #12 269.1 checking for working vfork... (cached) yes #12 269.2 checking for snprintf... yes #12 270.0 checking for open_memstream... yes #12 270.7 checking spawn.h usability... yes #12 271.1 checking spawn.h presence... yes #12 271.3 checking for spawn.h... yes #12 271.4 checking for posix_spawn... yes #12 272.0 checking for posix_spawn_file_actions_addchdir... no #12 272.6 checking for posix_spawn_file_actions_addchdir_np... yes #12 273.2 checking for posix_spawnattr_setflags... yes #12 273.9 checking whether POSIX_SPAWN_SETSID is declared... yes #12 274.3 checking whether GLib is linked in... no #12 274.5 checking for nl_langinfo and CODESET... yes #12 275.1 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 275.5 checking for mbstate_t... yes #12 276.0 checking for signals via characters... yes #12 276.4 checking for _setjmp... yes #12 276.9 checking for sigsetjmp... yes #12 277.4 checking POSIX termios... yes #12 278.0 checking size of speed_t... 4 #12 278.7 checking for usable FIONREAD... yes #12 279.0 checking for usable SIGIO... yes #12 279.5 checking for struct alignment... yes #12 279.8 checking for C/C++ restrict keyword... __restrict__ #12 280.1 checking for typeof syntax and keyword spelling... typeof #12 280.4 checking for statement expressions... yes #12 280.7 checking whether malloc (0) returns nonnull... yes #12 281.2 checking sys/acl.h usability... yes #12 281.7 checking sys/acl.h presence... yes #12 281.8 checking for sys/acl.h... yes #12 281.8 checking for library containing acl_get_file... -lacl #12 282.8 checking for acl_get_file... yes #12 283.6 checking for acl_get_fd... yes #12 284.3 checking for acl_set_file... yes #12 284.9 checking for acl_set_fd... yes #12 285.3 checking for acl_free... yes #12 286.0 checking for acl_from_mode... yes #12 286.6 checking for acl_from_text... yes #12 287.2 checking for acl_delete_def_file... yes #12 287.9 checking for acl_extended_file... yes #12 288.5 checking for acl_delete_fd_np... no #12 289.1 checking for acl_delete_file_np... no #12 289.8 checking for acl_copy_ext_native... no #12 290.4 checking for acl_create_entry_np... no #12 291.0 checking for acl_to_short_text... no #12 291.6 checking for acl_free_text... no #12 292.1 checking for working acl_get_file... yes #12 292.8 checking acl/libacl.h usability... yes #12 293.3 checking acl/libacl.h presence... yes #12 293.4 checking for acl/libacl.h... yes #12 293.4 checking for acl_entries... yes #12 294.1 checking for ACL_FIRST_ENTRY... yes #12 294.4 checking for ACL_TYPE_EXTENDED... no #12 294.6 checking for working alloca.h... yes #12 295.1 checking for alloca... yes #12 295.5 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 295.5 checking whether the preprocessor supports include_next... yes #12 295.9 checking whether source code line length is unlimited... yes #12 296.1 checking whether endutent is declared... yes #12 296.3 checking for struct utmpx.ut_user... yes #12 296.7 checking for struct utmp.ut_user... yes #12 297.2 checking for struct utmpx.ut_name... yes #12 297.7 checking for struct utmp.ut_name... yes #12 298.3 checking for struct utmpx.ut_type... yes #12 298.9 checking for struct utmp.ut_type... yes #12 299.4 checking for struct utmpx.ut_pid... yes #12 299.9 checking for struct utmp.ut_pid... yes #12 300.5 checking for struct utmp.ut_tv... yes #12 301.5 checking for struct utmpx.ut_host... yes #12 301.9 checking for struct utmp.ut_host... yes #12 302.3 checking for struct utmpx.ut_id... yes #12 302.6 checking for struct utmp.ut_id... yes #12 303.1 checking for struct utmpx.ut_session... yes #12 303.6 checking for struct utmp.ut_session... yes #12 304.1 checking for struct utmpx.ut_exit... yes #12 305.2 checking for struct utmp.ut_exit... yes #12 306.1 checking for struct utmpx.ut_exit.ut_exit... no #12 306.7 checking for struct utmpx.ut_exit.e_exit... yes #12 307.2 checking for struct utmp.ut_exit.e_exit... yes #12 307.8 checking for struct utmpx.ut_exit.ut_termination... no #12 308.5 checking for struct utmpx.ut_exit.e_termination... yes #12 308.9 checking for struct utmp.ut_exit.e_termination... yes #12 309.5 checking whether sysinfo is declared... yes #12 309.8 checking for sys/sysctl.h... yes #12 310.3 checking for sysctl... yes #12 310.9 checking whether lstat correctly handles trailing slash... yes #12 311.7 checking whether // is distinct from /... no #12 311.7 checking whether realpath works... yes #12 312.6 checking for faccessat... yes #12 313.1 checking for getcwd... yes #12 313.8 checking whether byte ordering is bigendian... no #12 314.7 checking if environ is properly declared... yes #12 315.1 checking for complete errno.h... yes #12 315.2 checking whether ctype.h defines __header_inline... no #12 315.5 checking for mode_t... yes #12 316.4 checking whether strmode is declared... no #12 316.9 checking whether getline is declared... yes #12 317.4 checking for gawk... no #12 317.4 checking for mawk... mawk #12 317.4 checking for getopt.h... (cached) yes #12 317.4 checking for getopt_long_only... yes #12 318.0 checking whether getopt is POSIX compatible... yes #12 320.1 checking for working GNU getopt function... yes #12 320.7 checking for working GNU getopt_long function... yes #12 321.4 checking whether timespec_get is declared... yes #12 321.7 checking for timespec_get... yes #12 322.2 checking for struct timeval... yes #12 322.6 checking for wide-enough struct timeval.tv_sec member... yes #12 323.0 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 323.2 checking whether the compiler produces multi-arch binaries... no #12 323.4 checking whether stdint.h conforms to C99... yes #12 324.4 checking whether stdint.h works without ISO C predefines... yes #12 324.8 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 325.3 checking whether memmem is declared... yes #12 325.9 checking whether memrchr is declared... yes #12 326.2 checking whether defines MIN and MAX... no #12 326.5 checking whether defines MIN and MAX... yes #12 326.9 checking whether time_t is signed... yes #12 327.2 checking whether alarm is declared... yes #12 327.7 checking for working mktime... no #12 328.9 checking whether struct tm is in sys/time.h or time.h... time.h #12 329.1 checking for struct tm.tm_zone... yes #12 329.3 checking for struct tm.tm_gmtoff... yes #12 329.6 checking whether is self-contained... yes #12 330.7 checking for inline... inline #12 330.9 checking for sigset_t... yes #12 331.3 checking for volatile sig_atomic_t... yes #12 331.9 checking for sighandler_t... yes #12 332.4 checking for wchar_t... yes #12 332.5 checking for good max_align_t... yes #12 332.6 checking whether NULL can be used in arbitrary expressions... yes #12 332.8 checking for unreachable... no #12 333.4 checking whether fcloseall is declared... yes #12 334.0 checking whether getw is declared... yes #12 334.5 checking whether putw is declared... yes #12 335.0 checking which flavor of printf attribute matches inttypes macros... system #12 335.3 checking whether strnlen is declared... yes #12 335.9 checking whether strtoimax is declared... yes #12 336.3 checking whether stat file-mode macros are broken... no #12 336.6 checking for nlink_t... yes #12 337.2 checking for struct timespec in ... yes #12 337.5 checking for TIME_UTC in ... yes #12 337.9 checking whether execvpe is declared... yes #12 338.4 checking whether clearerr_unlocked is declared... yes #12 338.9 checking whether feof_unlocked is declared... yes #12 339.5 checking whether ferror_unlocked is declared... yes #12 340.1 checking whether fflush_unlocked is declared... yes #12 340.6 checking whether fgets_unlocked is declared... yes #12 341.0 checking whether fputc_unlocked is declared... yes #12 341.5 checking whether fputs_unlocked is declared... yes #12 341.9 checking whether fread_unlocked is declared... yes #12 342.4 checking whether fwrite_unlocked is declared... yes #12 342.9 checking whether getc_unlocked is declared... yes #12 343.5 checking whether getchar_unlocked is declared... yes #12 344.0 checking whether putc_unlocked is declared... yes #12 344.4 checking whether putchar_unlocked is declared... yes #12 344.9 checking type of array argument to getgroups... gid_t #12 345.7 checking whether getdelim is declared... yes #12 346.3 checking whether getdtablesize is declared... yes #12 346.6 checking whether malloc is ptrdiff_t safe... yes #12 346.9 checking whether malloc, realloc, calloc set errno on failure... yes #12 346.9 checking for O_CLOEXEC... yes #12 347.2 checking for promoted mode_t type... mode_t #12 347.4 checking whether the utimes function works... yes #12 348.5 checking for C compiler option to allow warnings... -Wno-error #12 349.0 checking for alignas and alignof... yes, macros #12 349.6 checking for alloca as a compiler built-in... yes #12 349.7 checking for static_assert... yes, an macro #12 350.3 checking for __builtin_expect... yes #12 350.7 checking byteswap.h usability... yes #12 351.2 checking byteswap.h presence... yes #12 351.3 checking for byteswap.h... yes #12 351.3 checking for readlinkat... yes #12 351.8 checking for library containing clock_gettime... none required #12 352.3 checking for clock_getres... yes #12 352.9 checking for clock_gettime... yes #12 353.5 checking for clock_settime... yes #12 354.1 checking for copy_file_range... yes #12 354.6 checking for d_type member in directory struct... yes #12 355.2 checking whether // is distinct from /... (cached) no #12 355.2 checking whether dup2 works... yes #12 356.0 checking for library containing backtrace_symbols_fd... none required #12 356.5 checking for faccessat... (cached) yes #12 356.5 checking whether fchmodat works... no #12 357.1 checking for readlinkat... (cached) yes #12 357.1 checking whether fcntl handles F_DUPFD correctly... yes #12 357.5 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 358.5 checking whether fdopendir is declared... yes #12 358.9 checking whether fdopendir works... yes #12 359.8 checking for flexible array member... yes #12 360.2 checking for __fpending... yes #12 360.9 checking whether __fpending is declared... yes #12 361.2 checking whether free is known to preserve errno... no #12 361.6 checking whether fstatat (..., 0) works... yes #12 362.4 checking for sys/mount.h... yes #12 362.9 checking for statvfs function (SVR4)... yes #12 363.3 checking whether to use statvfs64... no #12 363.5 checking for two-argument statfs with statfs.f_frsize member... yes #12 364.2 checking sys/fs/s5param.h usability... no #12 364.7 checking sys/fs/s5param.h presence... no #12 364.9 checking for sys/fs/s5param.h... no #12 364.9 checking sys/statfs.h usability... yes #12 365.2 checking sys/statfs.h presence... yes #12 365.3 checking for sys/statfs.h... yes #12 365.4 checking for statfs that truncates block counts... no #12 365.6 checking for futimens... yes #12 366.0 checking whether futimens works... yes #12 367.8 checking for getline... yes #12 368.1 checking for working getline function... yes #12 368.6 checking for getloadavg... yes #12 369.0 checking sys/loadavg.h usability... no #12 369.3 checking sys/loadavg.h presence... no #12 369.4 checking for sys/loadavg.h... no #12 369.5 checking whether getloadavg is declared... yes #12 369.7 checking for getrandom... yes #12 370.1 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 370.3 checking for gettimeofday with POSIX signature... yes #12 370.6 checking whether the compiler supports the __inline keyword... yes #12 370.9 checking gmp.h usability... yes #12 371.4 checking gmp.h presence... yes #12 371.5 checking for gmp.h... yes #12 371.6 checking for library containing __gmpz_roinit_n... -lgmp #12 372.4 checking for memmem... yes #12 372.8 checking whether memmem works... yes #12 373.1 checking for mempcpy... yes #12 373.7 checking for memrchr... yes #12 374.2 checking for explicit_memset... no #12 374.5 checking for mkostemp... yes #12 375.9 checking for library containing nanosleep... none required #12 376.4 checking for working nanosleep... no (mishandles large arguments) #12 378.0 checking for sys/pstat.h... no #12 378.2 checking for sys/sysmp.h... no #12 378.4 checking for sys/param.h... (cached) yes #12 378.4 checking for sys/sysctl.h... (cached) yes #12 378.4 checking for sched_getaffinity_np... no #12 378.6 checking for pstat_getdynamic... no #12 378.8 checking for sysmp... no #12 379.0 checking for sysctl... (cached) yes #12 379.1 checking for sched_getaffinity... yes #12 379.2 checking for glibc compatible sched_getaffinity... yes #12 379.4 checking for pipe2... yes #12 379.6 checking whether signature of pselect conforms to POSIX... yes #12 380.2 checking whether pselect detects invalid fds... yes #12 381.0 checking whether pthread_sigmask is a macro... no #12 381.1 checking whether pthread_sigmask returns error numbers... yes #12 381.8 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 384.3 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 385.2 checking whether readlink signature is correct... yes #12 385.7 checking whether readlink handles trailing slash correctly... yes #12 386.4 checking whether readlink truncates results correctly... yes #12 386.8 checking for readlinkat... (cached) yes #12 386.8 checking whether readlinkat signature is correct... yes #12 387.1 checking for working re_compile_pattern... no #12 388.2 checking libintl.h usability... yes #12 388.6 checking libintl.h presence... yes #12 388.8 checking for libintl.h... yes #12 388.8 checking whether isblank is declared... yes #12 389.2 checking for sig2str... no #12 390.0 checking for sigdescr_np... no #12 390.4 checking for socklen_t... yes #12 391.1 checking for ssize_t... yes #12 391.6 checking for struct stat.st_atim.tv_nsec... yes #12 392.0 checking whether struct stat.st_atim is of type struct timespec... yes #12 392.4 checking for struct stat.st_birthtimespec.tv_nsec... no #12 393.0 checking for struct stat.st_birthtimensec... no #12 393.4 checking for struct stat.st_birthtim.tv_nsec... no #12 394.0 checking for bool, true, false... no #12 394.2 checking for stpcpy... yes #12 394.8 checking for working strnlen... yes #12 395.5 checking whether strtoimax works... yes #12 396.0 checking whether symlink handles trailing slash correctly... yes #12 396.6 checking whether localtime_r is declared... yes #12 397.0 checking whether localtime_r is compatible with its POSIX signature... yes #12 397.2 checking whether localtime works even near extrema... yes #12 397.9 checking for timezone_t... no #12 398.1 checking for timegm... yes #12 398.6 checking whether timer_settime is declared... yes #12 398.9 checking for library containing timer_settime... -lrt #12 399.7 checking for timer_settime... yes #12 400.1 checking for utimensat... yes #12 400.5 checking whether utimensat works... yes #12 402.0 checking for variable-length arrays... yes #12 402.4 checking whether getdtablesize works... yes #12 402.9 checking for __mktime_internal... no #12 403.5 checking for timer_getoverrun... yes #12 404.2 checking for gcc option to disable position independent executables... not needed #12 404.2 checking for __ctype_get_mb_cur_max... yes #12 404.8 checking whether MB_CUR_MAX is defined to function that won't link... no #12 405.0 #12 405.0 Configured for 'x86_64-pc-linux-gnu'. #12 405.0 #12 405.0 Where should the build process find the source code? . #12 405.0 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 405.0 Should Emacs use the GNU version of malloc? no #12 405.0 (The GNU allocators don't work with this system configuration.) #12 405.0 Should Emacs use a relocating allocator for buffers? no #12 405.0 Should Emacs use mmap(2) for buffer allocation? no #12 405.0 What window system should Emacs use? nextstep #12 405.0 What toolkit should Emacs use? none #12 405.0 Where do we find X Windows header files? NONE #12 405.0 Where do we find X Windows libraries? NONE #12 405.1 Does Emacs use -lXaw3d? no #12 405.1 Is Emacs being built for Android? no #12 405.1 Does Emacs use the X Double Buffer Extension? no #12 405.1 Does Emacs use -lXpm? no #12 405.1 Does Emacs use -ljpeg? no #12 405.1 Does Emacs use -ltiff? no #12 405.1 Does Emacs use a gif library? no #12 405.1 Does Emacs use a png library? no #12 405.1 Does Emacs use -lrsvg-2? no #12 405.1 Does Emacs use -lwebp? no #12 405.1 Does Emacs use -lsqlite3? no #12 405.1 Does Emacs use cairo? no #12 405.1 Does Emacs use -llcms2? no #12 405.1 Does Emacs use imagemagick? no #12 405.1 Does Emacs use native APIs for images? yes (ns) #12 405.1 Does Emacs support sound? yes #12 405.1 Does Emacs use -lgpm? no #12 405.1 Does Emacs use -ldbus? yes #12 405.1 Does Emacs use -lgconf? no #12 405.1 Does Emacs use GSettings? no #12 405.1 Does Emacs use a file notification library? yes -lglibc (inotify) #12 405.1 Does Emacs use access control lists? yes -lacl -lattr #12 405.1 Does Emacs use -lselinux? no #12 405.1 Does Emacs use -lgnutls? yes #12 405.1 Does Emacs use -lxml2? no #12 405.1 Does Emacs use -lfreetype? no #12 405.1 Does Emacs use HarfBuzz? no #12 405.1 Does Emacs use -lm17n-flt? no #12 405.1 Does Emacs use -lotf? no #12 405.1 Does Emacs use -lxft? no #12 405.1 Does Emacs use -lsystemd? no #12 405.1 Does Emacs use -ljansson? no #12 405.1 Does Emacs use -ltree-sitter? no #12 405.1 Does Emacs use the GMP library? yes #12 405.1 Does Emacs directly use zlib? yes #12 405.1 Does Emacs have dynamic modules support? yes #12 405.1 Does Emacs use toolkit scroll bars? yes #12 405.1 Does Emacs support Xwidgets? no #12 405.1 Does Emacs have threading support in lisp? yes #12 405.1 Does Emacs support the portable dumper? yes #12 405.1 Does Emacs support legacy unexec dumping? no #12 405.1 Which dumping strategy does Emacs use? pdumper #12 405.1 Does Emacs have native lisp compiler? no #12 405.1 Does Emacs use version 2 of the X Input Extension? no #12 405.1 Does Emacs generate a smaller-size Japanese dictionary? no #12 405.1 #12 405.1 #12 405.1 #12 405.1 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 405.1 Run 'make install' in order to build an application bundle. #12 405.1 The application will go to nextstep/Emacs.app and can be run or moved #12 405.1 from there. #12 405.1 The application will be fully self-contained. #12 405.1 #12 406.9 configure: creating ./config.status #12 407.5 configure: WARNING: This configuration installs a 'movemail' program #12 407.5 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 407.5 installed a 'movemail' program that retrieved POP3 email via only #12 407.5 insecure channels, a practice that is no longer recommended but that #12 407.5 you can continue to support by using './configure --with-pop'. #12 407.6 configure: You might want to install GNU Mailutils #12 407.6 and use './configure --with-mailutils'. #12 409.3 MAKE='make' ./config.status #12 409.8 config.status: creating src/verbose.mk #12 410.1 config.status: creating src/emacs-module.h #12 410.3 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 410.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 410.7 config.status: creating Makefile #12 410.9 config.status: creating lib/gnulib.mk #12 411.1 config.status: creating ./doc/man/emacs.1 #12 411.3 config.status: creating lib/Makefile #12 411.6 config.status: creating lib-src/Makefile #12 411.8 config.status: creating oldXMenu/Makefile #12 412.0 config.status: creating src/Makefile #12 412.2 config.status: creating lwlib/Makefile #12 412.4 config.status: creating nextstep/Makefile #12 412.6 config.status: creating nt/Makefile #12 412.8 config.status: creating doc/emacs/Makefile #12 413.1 config.status: creating doc/misc/Makefile #12 413.2 config.status: creating doc/lispintro/Makefile #12 413.4 config.status: creating doc/lispref/Makefile #12 413.6 config.status: creating lisp/Makefile #12 413.8 config.status: creating leim/Makefile #12 414.0 config.status: creating test/Makefile #12 414.2 config.status: creating test/manual/noverlay/Makefile #12 414.5 config.status: creating test/infra/Makefile #12 414.6 config.status: creating admin/charsets/Makefile #12 414.8 config.status: creating admin/unidata/Makefile #12 415.0 config.status: creating admin/grammars/Makefile #12 415.2 config.status: creating java/Makefile #12 415.3 config.status: creating cross/Makefile #12 415.5 config.status: creating java/AndroidManifest.xml #12 415.8 config.status: creating src/config.h #12 416.1 config.status: executing src/epaths.h commands #12 416.1 make[3]: Entering directory '/checkout' #12 416.4 make[3]: Leaving directory '/checkout' #12 416.4 config.status: executing src/.gdbinit commands #12 416.5 config.status: executing doc/emacs/emacsver.texi commands #12 416.6 config.status: executing etc-refcards-emacsver.tex commands #12 416.6 make[3]: Entering directory '/checkout' #12 416.7 make[3]: Leaving directory '/checkout' #12 416.7 make[2]: Leaving directory '/checkout' #12 416.7 make actual-all #12 416.7 make[2]: Entering directory '/checkout' #12 417.1 make -C lib all #12 417.5 make[3]: Entering directory '/checkout/lib' #12 417.5 GEN alloca.h #12 417.5 GEN dirent.h #12 417.6 GEN fcntl.h #12 417.6 GEN malloc/dynarray.gl.h #12 417.6 GEN malloc/dynarray-skeleton.gl.h #12 417.7 GEN inttypes.h #12 417.8 GEN limits.h #12 417.9 GEN signal.h #12 418.0 GEN stdckdint.h #12 418.0 GEN stddef.h #12 418.0 GEN stdio.h #12 418.5 GEN stdlib.h #12 419.2 GEN string.h #12 419.5 GEN sys/random.h #12 419.5 GEN sys/select.h #12 419.6 GEN sys/stat.h #12 419.9 GEN sys/time.h #12 420.0 GEN sys/types.h #12 420.1 GEN time.h #12 420.2 GEN unistd.h #12 421.0 CC fingerprint.o #12 421.2 CC mktime.o #12 422.3 CC acl-errno-valid.o #12 422.5 CC acl-internal.o #12 423.1 CC get-permissions.o #12 423.5 CC set-permissions.o #12 424.1 CC allocator.o #12 424.5 CC binary-io.o #12 425.1 CC boot-time.o #12 426.0 CC c-ctype.o #12 426.6 CC c-strcasecmp.o #12 427.0 CC c-strncasecmp.o #12 427.4 CC careadlinkat.o #12 428.3 CC close-stream.o #12 428.7 CC copy-file-range.o #12 429.1 CC count-leading-zeros.o #12 429.5 CC count-one-bits.o #12 429.8 CC count-trailing-zeros.o #12 430.4 CC md5-stream.o #12 430.9 CC md5.o #12 432.5 CC sha1.o #12 435.4 CC sha256.o #12 441.0 CC sha512.o #12 449.2 CC dtoastr.o #12 449.8 CC dtotimespec.o #12 450.3 CC fchmodat.o #12 451.0 CC fcntl.o #12 451.6 CC file-has-acl.o #12 452.8 CC filemode.o #12 453.3 CC filevercmp.o #12 454.0 CC free.o #12 454.4 CC fsusage.o #12 455.0 CC gettime.o #12 455.4 CC malloc/dynarray_at_failure.o #12 455.8 CC malloc/dynarray_emplace_enlarge.o #12 456.4 CC malloc/dynarray_finalize.o #12 456.9 CC malloc/dynarray_resize.o #12 457.5 CC malloc/dynarray_resize_clear.o #12 457.9 CC memset_explicit.o #12 458.3 CC nanosleep.o #12 458.9 CC nproc.o #12 459.7 CC nstrftime.o #12 463.1 CC pipe2.o #12 463.8 CC qcopy-acl.o #12 464.5 CC regex.o #12 487.8 CC sig2str.o #12 488.7 CC sigdescr_np.o #12 489.2 CC stat-time.o #12 489.8 CC tempname.o #12 490.7 CC time_rz.o #12 491.6 CC timegm.o #12 491.9 CC timespec.o #12 492.3 CC timespec-add.o #12 492.6 CC timespec-sub.o #12 493.1 CC u64.o #12 493.3 CC unistd.o #12 493.8 CC openat-die.o #12 494.3 CC save-cwd.o #12 494.9 AR libgnu.a #12 495.9 make[3]: Leaving directory '/checkout/lib' #12 495.9 make -C lib-src all #12 495.9 make[3]: Entering directory '/checkout/lib-src' #12 495.9 CCLD etags #12 518.5 CCLD ctags #12 541.9 CCLD emacsclient #12 546.3 CCLD ebrowse #12 555.1 CCLD hexl #12 556.3 CC pop.o #12 556.6 CCLD movemail #12 557.6 CCLD make-docfile #12 562.0 CCLD make-fingerprint #12 563.2 make[3]: Leaving directory '/checkout/lib-src' #12 563.2 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 563.2 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 564.1 make[3]: Entering directory '/checkout/src' #12 564.1 GEN globals.h #12 564.9 CC dispnew.o #12 584.4 CC frame.o #12 612.9 CC scroll.o #12 617.1 CC xdisp.o #12 784.3 CC menu.o #12 792.5 CC window.o #12 831.5 CC charset.o #12 847.0 CC coding.o #12 914.7 CC category.o #12 918.2 CC ccl.o #12 929.5 CC character.o #12 936.5 CC chartab.o #12 945.8 CC bidi.o #12 954.4 CC cm.o #12 956.8 CC term.o #12 972.6 CC terminal.o #12 976.0 CC xfaces.o #12 1004. CC dbusbind.o #12 1021. CC emacs.o #12 1029. CC keyboard.o #12 1082. CC macros.o #12 1084. CC keymap.o #12 1103. CC sysdep.o #12 1112. CC bignum.o #12 1116. CC buffer.o #12 1133. CC filelock.o #12 1137. CC insdel.o #12 1145. CC marker.o #12 1150. CC minibuf.o #12 1163. CC fileio.o #12 1185. CC dired.o #12 1190. CC cmds.o #12 1194. CC casetab.o #12 1197. CC casefiddle.o #12 1201. CC indent.o #12 1215. CC search.o #12 1231. CC regex-emacs.o #12 1264. CC undo.o #12 1267. CC alloc.o #12 1286. CC pdumper.o #12 1302. CC data.o #12 1323. GEN buildobj.h #12 1325. CC doc.o #12 1330. CC editfns.o #12 1353. CC callint.o #12 1358. CC eval.o #12 1378. CC floatfns.o #12 1383. CC fns.o #12 1414. CC sort.o #12 1418. CC font.o #12 1449. CC print.o #12 1461. CC lread.o #12 1487. CC emacs-module.o #12 1498. CC syntax.o #12 1522. CC bytecode.o #12 1535. CC comp.o #12 1537. CC dynlib.o #12 1537. CC process.o #12 1567. CC gnutls.o #12 1577. CC callproc.o #12 1583. CC region-cache.o #12 1586. CC sound.o #12 1589. CC timefns.o #12 1596. CC atimer.o #12 1599. CC doprnt.o #12 1601. CC intervals.o #12 1612. CC textprop.o #12 1624. CC composite.o #12 1638. CC xml.o #12 1640. CC lcms.o #12 1640. CC inotify.o #12 1644. CC profiler.o #12 1648. CC decompress.o #12 1650. CC thread.o #12 1654. CC systhread.o #12 1655. CC sqlite.o #12 1657. CC treesit.o #12 1659. CC itree.o #12 1662. CC fontset.o #12 1675. CC fringe.o #12 1686. 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 1703. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1703. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1703. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1703. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1703. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1703. | ^~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1703. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1703. | ^~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1703. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1703. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1703. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1703. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 88 | #if GS_API_VERSION(0,011500) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1703. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1703. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1703. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1703. | ^~~~~~~~~~ #12 1703. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1703. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1703. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1703. | ^~~~~~~~~~ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1703. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1703. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1703. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1703. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1703. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1703. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1703. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1703. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 45 | #if GS_EXPOSE(NSArchiver) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 114 | #if GS_EXPOSE(NSBundle) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 43 | #if GS_EXPOSE(NSCache) #12 1703. | ^~~~~~~~~~~~~~~~~~~~ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 113 | #if GS_EXPOSE(NSException) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1703. 303 | NSGetUncaughtExceptionHandler(); #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 53 | #if GS_EXPOSE(NSExpression) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 47 | #if GS_EXPOSE(NSTimer) #12 1703. | ^~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1703. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1703. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 46 | #if GS_EXPOSE(NSRunLoop) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1703. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 40 | #if GS_EXPOSE(NSDistantObject) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 74 | #if GS_EXPOSE(NSLock) #12 1703. | ^~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 125 | #if GS_EXPOSE(NSCondition) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 175 | #if GS_EXPOSE(NSConditionLock) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1703. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 134 | #if GS_EXPOSE(NSError) #12 1703. | ^~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1703. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 182 | #if GS_EXPOSE(NSURLHandle) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 73 | #if GS_EXPOSE(NSURL) #12 1703. | ^~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1703. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 633 | #if GS_EXPOSE(NSURLComponents) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 160 | #if GS_EXPOSE(NSPipe) #12 1703. | ^~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1703. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1703. | ^ #12 1703. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1703. | ^ #12 1703. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1703. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1703. from nsgui.h:34, #12 1703. from dispextern.h:137, #12 1703. from nsterm.h:22, #12 1703. from nsterm.m:48: #12 1703. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 215 | #if GS_EXPOSE(NSFileManager) #12 1703. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1703. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1703. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1703. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 42 | #if GS_EXPOSE(NSHost) #12 1704. | ^~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 47 | #if GS_EXPOSE(NSIndexPath) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 49 | #if GS_EXPOSE(NSIndexSet) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1704. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 38 | #if GS_EXPOSE(NSInvocation) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1704. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1704. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1704. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 103 | #if GS_EXPOSE(NSLocale) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1704. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 361 | #if GS_EXPOSE(NSNetService) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 53 | #if GS_EXPOSE(NSPortCoder) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1704. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 77 | #if GS_EXPOSE(NSPort) #12 1704. | ^~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 202 | #if GS_EXPOSE(NSSocketPort) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 284 | #if GS_EXPOSE(NSMessagePort) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 47 | #if GS_EXPOSE(NSPortMessage) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 53 | #if GS_EXPOSE(NSProgress) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 42 | #if GS_EXPOSE(NSScanner) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 58 | #if GS_EXPOSE(NSSpellServer) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1704. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 51 | #if GS_EXPOSE(NSTask) #12 1704. | ^~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1704. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 59 | #if GS_EXPOSE(NSThread) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1704. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 87 | #if GS_EXPOSE(NSUndoManager) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 105 | #if GS_EXPOSE(NSURLCache) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 48 | #if GS_EXPOSE(NSURLConnection) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 56 | #if GS_EXPOSE(NSURLCredential) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 49 | #if GS_EXPOSE(NSURLDownload) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 92 | #if GS_EXPOSE(NSURLRequest) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 49 | #if GS_EXPOSE(NSURLResponse) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1704. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1704. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 72 | #if GS_EXPOSE(NSXMLParser) #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1704. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1704. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1704. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1704. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1704. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1704. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1704. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1704. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1704. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1704. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1704. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1704. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1704. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1704. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1704. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1704. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1704. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1704. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1704. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1704. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1704. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1704. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1704. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1704. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1704. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1704. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1704. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1704. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1704. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1704. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1704. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1704. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1704. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1704. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1704. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1704. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1704. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1704. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1704. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1704. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1704. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1704. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1704. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1704. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1704. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1704. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1704. | ^ #12 1704. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1704. from nsgui.h:34, #12 1704. from dispextern.h:137, #12 1704. from nsterm.h:22, #12 1704. from nsterm.m:48: #12 1704. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1704. | ^ #12 1704. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1704. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1704. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #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/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #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/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1705. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #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/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1705. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #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/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #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/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:93, #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/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #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/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #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/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:98, #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/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSavePanel.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_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #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/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSOpenPanel.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/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #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/AppKit/NSPageLayout.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. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #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/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1705. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1705. | ^~~~~~~~~~~~~~~~~~~~ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #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/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1705. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1705. | ^~~~~~~~~~~~~~~~~~~~ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #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/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPasteboard.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/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #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/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:103, #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/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #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/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #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/AppKit/NSPDFImageRep.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/AppKit/AppKit.h:105, #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/AppKit/NSPDFPanel.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_9, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #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/AppKit/NSPICTImageRep.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_0, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #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/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #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/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #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/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #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/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPrintPanel.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_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPrintPanel.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/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:115, #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/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSWorkspace.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/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #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/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #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/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #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/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #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/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:122, #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/AppKit/NSSliderCell.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. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #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/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #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/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #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/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #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/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #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/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included 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/AppKit/AppKit.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. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #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/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #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/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #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/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #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/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1705. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:141, #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/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:141, #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/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #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/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #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/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:143, #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/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #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/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #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/AppKit/NSColorSampler.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/AppKit/AppKit.h:145, #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/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #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/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #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/AppKit/NSComboBoxCell.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/AppKit/NSComboBoxCell.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_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #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/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:150, #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/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #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/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #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/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #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/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:153, #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/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #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/AppKit/NSDatePicker.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_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #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/AppKit/NSDockTile.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_5, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #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/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #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/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #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/AppKit/NSFontCollection.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_7, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #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/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSFontDescriptor.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_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #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/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #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/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #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/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #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/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:172, #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/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1705. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:172, #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/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:172, #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/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.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_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.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_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.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_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #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/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:173, #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/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #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/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #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/AppKit/NSMagnificationGestureRecognizer.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_0, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #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/AppKit/NSPanGestureRecognizer.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_0, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #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/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #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/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #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/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:186, #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/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: 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) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.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_6, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #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/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSOutlineView.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_3, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #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/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:189, #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/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #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/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #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/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #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/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #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/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #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/AppKit/NSPressGestureRecognizer.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_0, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #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/AppKit/NSRotationGestureRecognizer.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_0, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #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/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:201, #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/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #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/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #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/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #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/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #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/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #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/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #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/AppKit/NSSpeechRecognizer.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_0, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #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/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #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/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #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/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1705. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1705. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1705. from /usr/include/GNUstep/AppKit/AppKit.h:186, #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/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1705. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1705. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #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/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #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/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #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/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #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/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #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/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #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/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #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/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #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/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #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/AppKit/NSTouch.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_6, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #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/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #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/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #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/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #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/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #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/AppKit/NSTreeController.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_4, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #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/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #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/AppKit/NSUserDefaultsController.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_3, GS_API_LATEST) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #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/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #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/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1705. | ^ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #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/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1705. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1705. | ^ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 125 | __attribute__((unused)); #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 129 | __attribute__((unused)); #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 133 | __attribute__((unused)); #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 214 | __attribute__((unused)); #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 247 | __attribute__((unused)); #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 251 | __attribute__((unused)); #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 259 | __attribute__((unused)); #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 263 | __attribute__((unused)); #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 267 | __attribute__((unused)); #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 271 | __attribute__((unused)); #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 275 | __attribute__((unused)); #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 287 | __attribute__((unused)); #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 311 | __attribute__((unused)); #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 323 | __attribute__((unused)); #12 1705. | ^~~~~~~~~~~~~ #12 1705. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #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/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 493 | PSgsave() #12 1705. | ^~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 499 | PSgrestore() #12 1705. | ^~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 505 | PSinitgraphics() #12 1705. | ^~~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 622 | PSinitmatrix() #12 1705. | ^~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 669 | PSclip() #12 1705. | ^~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 675 | PSclosepath() #12 1705. | ^~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 687 | PSeoclip() #12 1705. | ^~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 693 | PSeofill() #12 1705. | ^~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 699 | PSfill() #12 1705. | ^~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 705 | PSflattenpath() #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 711 | PSinitclip() #12 1705. | ^~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 729 | PSnewpath() #12 1705. | ^~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 765 | PSreversepath() #12 1705. | ^~~~~~~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 783 | PSstroke() #12 1705. | ^~~~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1705. 835 | PSWait() #12 1705. | ^~~~~~ #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1705. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1706. nsterm.m: In function 'ns_set_undecorated': #12 1706. nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 1706. 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 1706. | ^ #12 1706. nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 1706. nsterm.m: In function '-[EmacsView showFontPanel]': #12 1706. nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 1706. 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #12 1706. | ^ #12 1740. CC nsfns.o #12 1740. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1740. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1742. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1742. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1742. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1742. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1742. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1742. | ^~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1742. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1742. | ^~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1742. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1742. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1742. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1742. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 88 | #if GS_API_VERSION(0,011500) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1742. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1742. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1742. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1742. | ^~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1742. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1742. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1742. | ^~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1742. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1742. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1742. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1742. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1742. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1742. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1742. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1742. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 45 | #if GS_EXPOSE(NSArchiver) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 114 | #if GS_EXPOSE(NSBundle) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 43 | #if GS_EXPOSE(NSCache) #12 1742. | ^~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 113 | #if GS_EXPOSE(NSException) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1742. 303 | NSGetUncaughtExceptionHandler(); #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 53 | #if GS_EXPOSE(NSExpression) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 47 | #if GS_EXPOSE(NSTimer) #12 1742. | ^~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1742. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1742. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 46 | #if GS_EXPOSE(NSRunLoop) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1742. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 40 | #if GS_EXPOSE(NSDistantObject) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 74 | #if GS_EXPOSE(NSLock) #12 1742. | ^~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 125 | #if GS_EXPOSE(NSCondition) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 175 | #if GS_EXPOSE(NSConditionLock) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1742. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 134 | #if GS_EXPOSE(NSError) #12 1742. | ^~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1742. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 182 | #if GS_EXPOSE(NSURLHandle) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 73 | #if GS_EXPOSE(NSURL) #12 1742. | ^~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1742. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 633 | #if GS_EXPOSE(NSURLComponents) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 160 | #if GS_EXPOSE(NSPipe) #12 1742. | ^~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 215 | #if GS_EXPOSE(NSFileManager) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 42 | #if GS_EXPOSE(NSHost) #12 1742. | ^~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 47 | #if GS_EXPOSE(NSIndexPath) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 49 | #if GS_EXPOSE(NSIndexSet) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 38 | #if GS_EXPOSE(NSInvocation) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 103 | #if GS_EXPOSE(NSLocale) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 361 | #if GS_EXPOSE(NSNetService) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1742. | ^ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 53 | #if GS_EXPOSE(NSPortCoder) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1742. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 77 | #if GS_EXPOSE(NSPort) #12 1742. | ^~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 202 | #if GS_EXPOSE(NSSocketPort) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 284 | #if GS_EXPOSE(NSMessagePort) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 47 | #if GS_EXPOSE(NSPortMessage) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1742. | ^ #12 1742. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 53 | #if GS_EXPOSE(NSProgress) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1742. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1742. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1742. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1742. from nsgui.h:34, #12 1742. from dispextern.h:137, #12 1742. from nsterm.h:22, #12 1742. from nsfns.m:38: #12 1742. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1742. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1742. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 42 | #if GS_EXPOSE(NSScanner) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 58 | #if GS_EXPOSE(NSSpellServer) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 51 | #if GS_EXPOSE(NSTask) #12 1743. | ^~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 59 | #if GS_EXPOSE(NSThread) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 87 | #if GS_EXPOSE(NSUndoManager) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 105 | #if GS_EXPOSE(NSURLCache) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 48 | #if GS_EXPOSE(NSURLConnection) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 56 | #if GS_EXPOSE(NSURLCredential) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 49 | #if GS_EXPOSE(NSURLDownload) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 92 | #if GS_EXPOSE(NSURLRequest) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 49 | #if GS_EXPOSE(NSURLResponse) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1743. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1743. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 72 | #if GS_EXPOSE(NSXMLParser) #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1743. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1743. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1743. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1743. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1743. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1743. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1743. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1743. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1743. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1743. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1743. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1743. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1743. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1743. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1743. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1743. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1743. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1743. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1743. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1743. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1743. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1743. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1743. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1743. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1743. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1743. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1743. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1743. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1743. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1743. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1743. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1743. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1743. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1743. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1743. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1743. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1743. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1743. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1743. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1743. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1743. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1743. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1743. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1743. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1743. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1743. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1743. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1743. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1743. | ^~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1743. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1743. | ^~~~~~~~~~~~~~~~~~~~ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1743. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1743. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1743. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1743. | ^ #12 1743. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1743. from nsgui.h:34, #12 1743. from dispextern.h:137, #12 1743. from nsterm.h:22, #12 1743. from nsfns.m:38: #12 1743. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1743. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1743. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1744. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1744. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1744. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1744. | ^ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1744. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1744. | ^ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 125 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 129 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 133 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 214 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 247 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 251 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 259 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 263 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 267 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 271 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 275 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 287 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 311 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 323 | __attribute__((unused)); #12 1744. | ^~~~~~~~~~~~~ #12 1744. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1744. from nsgui.h:34, #12 1744. from dispextern.h:137, #12 1744. from nsterm.h:22, #12 1744. from nsfns.m:38: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 493 | PSgsave() #12 1744. | ^~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 499 | PSgrestore() #12 1744. | ^~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 505 | PSinitgraphics() #12 1744. | ^~~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 622 | PSinitmatrix() #12 1744. | ^~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 669 | PSclip() #12 1744. | ^~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 675 | PSclosepath() #12 1744. | ^~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 687 | PSeoclip() #12 1744. | ^~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 693 | PSeofill() #12 1744. | ^~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 699 | PSfill() #12 1744. | ^~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 705 | PSflattenpath() #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 711 | PSinitclip() #12 1744. | ^~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 729 | PSnewpath() #12 1744. | ^~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 765 | PSreversepath() #12 1744. | ^~~~~~~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 783 | PSstroke() #12 1744. | ^~~~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1744. 835 | PSWait() #12 1744. | ^~~~~~ #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1744. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1744. nsfns.m: At top level: #12 1744. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 1744. 689 | ns_make_frame_key_window (struct frame *f) #12 1744. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1759. CC nsmenu.o #12 1760. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1760. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1761. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1761. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1761. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1761. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1761. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1761. | ^~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1761. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1761. | ^~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1761. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1761. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1761. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1761. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 88 | #if GS_API_VERSION(0,011500) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1761. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1761. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1761. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1761. | ^~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1761. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1761. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1761. | ^~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1761. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1761. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1761. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1761. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1761. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1761. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1761. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1761. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 45 | #if GS_EXPOSE(NSArchiver) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 114 | #if GS_EXPOSE(NSBundle) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 43 | #if GS_EXPOSE(NSCache) #12 1761. | ^~~~~~~~~~~~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 113 | #if GS_EXPOSE(NSException) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1761. 303 | NSGetUncaughtExceptionHandler(); #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 53 | #if GS_EXPOSE(NSExpression) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 47 | #if GS_EXPOSE(NSTimer) #12 1761. | ^~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1761. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1761. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 46 | #if GS_EXPOSE(NSRunLoop) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1761. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 40 | #if GS_EXPOSE(NSDistantObject) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 74 | #if GS_EXPOSE(NSLock) #12 1761. | ^~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 125 | #if GS_EXPOSE(NSCondition) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 175 | #if GS_EXPOSE(NSConditionLock) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1761. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 134 | #if GS_EXPOSE(NSError) #12 1761. | ^~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1761. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 182 | #if GS_EXPOSE(NSURLHandle) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 73 | #if GS_EXPOSE(NSURL) #12 1761. | ^~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1761. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 633 | #if GS_EXPOSE(NSURLComponents) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 160 | #if GS_EXPOSE(NSPipe) #12 1761. | ^~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 215 | #if GS_EXPOSE(NSFileManager) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 42 | #if GS_EXPOSE(NSHost) #12 1761. | ^~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 47 | #if GS_EXPOSE(NSIndexPath) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 49 | #if GS_EXPOSE(NSIndexSet) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 38 | #if GS_EXPOSE(NSInvocation) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1761. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1761. | ^ #12 1761. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1761. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1761. from nsgui.h:34, #12 1761. from dispextern.h:137, #12 1761. from window.h:23, #12 1761. from nsmenu.m:29: #12 1761. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 103 | #if GS_EXPOSE(NSLocale) #12 1761. | ^~~~~~~~~~~~~~~~~~~~~ #12 1761. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1761. | ^ #12 1761. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1761. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1761. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1762. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 361 | #if GS_EXPOSE(NSNetService) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 53 | #if GS_EXPOSE(NSPortCoder) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1762. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 77 | #if GS_EXPOSE(NSPort) #12 1762. | ^~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 202 | #if GS_EXPOSE(NSSocketPort) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 284 | #if GS_EXPOSE(NSMessagePort) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 47 | #if GS_EXPOSE(NSPortMessage) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 53 | #if GS_EXPOSE(NSProgress) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 42 | #if GS_EXPOSE(NSScanner) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 58 | #if GS_EXPOSE(NSSpellServer) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1762. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 51 | #if GS_EXPOSE(NSTask) #12 1762. | ^~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1762. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 59 | #if GS_EXPOSE(NSThread) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1762. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 87 | #if GS_EXPOSE(NSUndoManager) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 105 | #if GS_EXPOSE(NSURLCache) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 48 | #if GS_EXPOSE(NSURLConnection) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 56 | #if GS_EXPOSE(NSURLCredential) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 49 | #if GS_EXPOSE(NSURLDownload) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 92 | #if GS_EXPOSE(NSURLRequest) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 49 | #if GS_EXPOSE(NSURLResponse) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1762. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1762. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 72 | #if GS_EXPOSE(NSXMLParser) #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1762. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1762. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1762. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1762. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1762. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1762. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1762. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1762. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1762. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1762. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1762. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1762. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1762. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1762. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1762. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1762. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1762. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1762. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1762. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1762. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1762. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1762. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1762. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1762. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1762. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1762. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1762. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1762. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1762. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1762. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1762. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1762. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1762. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1762. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1762. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1762. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1762. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1762. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1762. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1762. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1762. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1762. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1762. | ^~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1762. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1762. | ^~~~~~~~~~~~~~~~~~~~ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1762. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1762. | ^ #12 1762. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1762. | ^ #12 1762. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1762. from nsgui.h:34, #12 1762. from dispextern.h:137, #12 1762. from window.h:23, #12 1762. from nsmenu.m:29: #12 1762. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1762. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1762. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1763. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1763. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1763. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1763. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1763. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1763. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1763. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1763. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1763. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1763. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1763. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1763. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1763. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1763. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1763. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1763. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1763. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1763. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1763. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1763. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1763. | ^ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1763. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1763. | ^ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 125 | __attribute__((unused)); #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 129 | __attribute__((unused)); #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 133 | __attribute__((unused)); #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 214 | __attribute__((unused)); #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 247 | __attribute__((unused)); #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 251 | __attribute__((unused)); #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 259 | __attribute__((unused)); #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 263 | __attribute__((unused)); #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 267 | __attribute__((unused)); #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 271 | __attribute__((unused)); #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 275 | __attribute__((unused)); #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 287 | __attribute__((unused)); #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 311 | __attribute__((unused)); #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 323 | __attribute__((unused)); #12 1763. | ^~~~~~~~~~~~~ #12 1763. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1763. from nsgui.h:34, #12 1763. from dispextern.h:137, #12 1763. from window.h:23, #12 1763. from nsmenu.m:29: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 493 | PSgsave() #12 1763. | ^~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 499 | PSgrestore() #12 1763. | ^~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 505 | PSinitgraphics() #12 1763. | ^~~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 622 | PSinitmatrix() #12 1763. | ^~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 669 | PSclip() #12 1763. | ^~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 675 | PSclosepath() #12 1763. | ^~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 687 | PSeoclip() #12 1763. | ^~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 693 | PSeofill() #12 1763. | ^~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 699 | PSfill() #12 1763. | ^~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 705 | PSflattenpath() #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 711 | PSinitclip() #12 1763. | ^~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 729 | PSnewpath() #12 1763. | ^~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 765 | PSreversepath() #12 1763. | ^~~~~~~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 783 | PSstroke() #12 1763. | ^~~~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1763. 835 | PSWait() #12 1763. | ^~~~~~ #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1763. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1771. CC nsselect.o #12 1771. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1771. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1772. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1772. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1772. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1772. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1772. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1772. | ^~~~~~~~~~~~~~~~~~~~ #12 1772. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1772. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1772. | ^~~~~~~~~~~~~~~~~~~~ #12 1772. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1772. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1772. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1772. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1772. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 88 | #if GS_API_VERSION(0,011500) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1772. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1772. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1772. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1772. | ^~~~~~~~~~ #12 1772. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1772. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1772. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1772. | ^~~~~~~~~~ #12 1772. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1772. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1772. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1772. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1772. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1772. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1772. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1772. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1772. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1772. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1772. | ^ #12 1772. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1772. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1772. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1772. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1772. from nsgui.h:34, #12 1772. from dispextern.h:137, #12 1772. from nsterm.h:22, #12 1772. from nsselect.m:31: #12 1772. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1772. | ^ #12 1772. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1772. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1772. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 45 | #if GS_EXPOSE(NSArchiver) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 114 | #if GS_EXPOSE(NSBundle) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 43 | #if GS_EXPOSE(NSCache) #12 1773. | ^~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 113 | #if GS_EXPOSE(NSException) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1773. 303 | NSGetUncaughtExceptionHandler(); #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 53 | #if GS_EXPOSE(NSExpression) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 47 | #if GS_EXPOSE(NSTimer) #12 1773. | ^~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1773. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1773. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 46 | #if GS_EXPOSE(NSRunLoop) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1773. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 40 | #if GS_EXPOSE(NSDistantObject) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 74 | #if GS_EXPOSE(NSLock) #12 1773. | ^~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 125 | #if GS_EXPOSE(NSCondition) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 175 | #if GS_EXPOSE(NSConditionLock) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1773. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 134 | #if GS_EXPOSE(NSError) #12 1773. | ^~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1773. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 182 | #if GS_EXPOSE(NSURLHandle) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 73 | #if GS_EXPOSE(NSURL) #12 1773. | ^~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1773. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 633 | #if GS_EXPOSE(NSURLComponents) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 160 | #if GS_EXPOSE(NSPipe) #12 1773. | ^~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 215 | #if GS_EXPOSE(NSFileManager) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 42 | #if GS_EXPOSE(NSHost) #12 1773. | ^~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 47 | #if GS_EXPOSE(NSIndexPath) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 49 | #if GS_EXPOSE(NSIndexSet) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 38 | #if GS_EXPOSE(NSInvocation) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 103 | #if GS_EXPOSE(NSLocale) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 361 | #if GS_EXPOSE(NSNetService) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 53 | #if GS_EXPOSE(NSPortCoder) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 77 | #if GS_EXPOSE(NSPort) #12 1773. | ^~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 202 | #if GS_EXPOSE(NSSocketPort) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 284 | #if GS_EXPOSE(NSMessagePort) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 47 | #if GS_EXPOSE(NSPortMessage) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 53 | #if GS_EXPOSE(NSProgress) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 42 | #if GS_EXPOSE(NSScanner) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 58 | #if GS_EXPOSE(NSSpellServer) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 51 | #if GS_EXPOSE(NSTask) #12 1773. | ^~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 59 | #if GS_EXPOSE(NSThread) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 87 | #if GS_EXPOSE(NSUndoManager) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 105 | #if GS_EXPOSE(NSURLCache) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 48 | #if GS_EXPOSE(NSURLConnection) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 56 | #if GS_EXPOSE(NSURLCredential) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 49 | #if GS_EXPOSE(NSURLDownload) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 92 | #if GS_EXPOSE(NSURLRequest) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 49 | #if GS_EXPOSE(NSURLResponse) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1773. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1773. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 72 | #if GS_EXPOSE(NSXMLParser) #12 1773. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1773. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1773. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1773. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1773. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1773. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1773. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1773. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1773. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1773. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1773. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1773. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1773. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1773. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1773. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1773. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1773. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1773. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1773. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1773. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1773. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1773. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1773. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1773. | ^ #12 1773. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1773. | ^ #12 1773. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1773. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1773. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1773. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1773. from nsgui.h:34, #12 1773. from dispextern.h:137, #12 1773. from nsterm.h:22, #12 1773. from nsselect.m:31: #12 1773. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1773. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1773. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1774. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1774. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1774. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1774. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1774. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1774. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1774. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1774. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1774. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1774. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1774. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1774. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1774. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1774. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1774. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1774. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1774. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1774. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1774. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1774. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1774. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1774. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1774. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1774. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1774. | ^~~~~~~~~~~~~~~~~~~~ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1774. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1774. | ^~~~~~~~~~~~~~~~~~~~ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1774. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1774. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1774. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1774. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1774. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1774. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1774. | ^ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1774. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1774. | ^ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 125 | __attribute__((unused)); #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 129 | __attribute__((unused)); #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 133 | __attribute__((unused)); #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 214 | __attribute__((unused)); #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 247 | __attribute__((unused)); #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 251 | __attribute__((unused)); #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 259 | __attribute__((unused)); #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 263 | __attribute__((unused)); #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 267 | __attribute__((unused)); #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 271 | __attribute__((unused)); #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 275 | __attribute__((unused)); #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 287 | __attribute__((unused)); #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 311 | __attribute__((unused)); #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 323 | __attribute__((unused)); #12 1774. | ^~~~~~~~~~~~~ #12 1774. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1774. from nsgui.h:34, #12 1774. from dispextern.h:137, #12 1774. from nsterm.h:22, #12 1774. from nsselect.m:31: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 493 | PSgsave() #12 1774. | ^~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 499 | PSgrestore() #12 1774. | ^~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 505 | PSinitgraphics() #12 1774. | ^~~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 622 | PSinitmatrix() #12 1774. | ^~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 669 | PSclip() #12 1774. | ^~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 675 | PSclosepath() #12 1774. | ^~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 687 | PSeoclip() #12 1774. | ^~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 693 | PSeofill() #12 1774. | ^~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 699 | PSfill() #12 1774. | ^~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 705 | PSflattenpath() #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 711 | PSinitclip() #12 1774. | ^~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 729 | PSnewpath() #12 1774. | ^~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 765 | PSreversepath() #12 1774. | ^~~~~~~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 783 | PSstroke() #12 1774. | ^~~~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1774. 835 | PSWait() #12 1774. | ^~~~~~ #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1774. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1779. CC nsimage.o #12 1779. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1779. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1781. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1781. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1781. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1781. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1781. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1781. | ^~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1781. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1781. | ^~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1781. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1781. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1781. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1781. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 88 | #if GS_API_VERSION(0,011500) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1781. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1781. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1781. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1781. | ^~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1781. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1781. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1781. | ^~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1781. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1781. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1781. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1781. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1781. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1781. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1781. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1781. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 45 | #if GS_EXPOSE(NSArchiver) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 114 | #if GS_EXPOSE(NSBundle) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 43 | #if GS_EXPOSE(NSCache) #12 1781. | ^~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 113 | #if GS_EXPOSE(NSException) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1781. 303 | NSGetUncaughtExceptionHandler(); #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 53 | #if GS_EXPOSE(NSExpression) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 47 | #if GS_EXPOSE(NSTimer) #12 1781. | ^~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1781. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1781. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 46 | #if GS_EXPOSE(NSRunLoop) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1781. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 40 | #if GS_EXPOSE(NSDistantObject) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 74 | #if GS_EXPOSE(NSLock) #12 1781. | ^~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 125 | #if GS_EXPOSE(NSCondition) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 175 | #if GS_EXPOSE(NSConditionLock) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1781. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 134 | #if GS_EXPOSE(NSError) #12 1781. | ^~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1781. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 182 | #if GS_EXPOSE(NSURLHandle) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 73 | #if GS_EXPOSE(NSURL) #12 1781. | ^~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1781. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 633 | #if GS_EXPOSE(NSURLComponents) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 160 | #if GS_EXPOSE(NSPipe) #12 1781. | ^~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 215 | #if GS_EXPOSE(NSFileManager) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 42 | #if GS_EXPOSE(NSHost) #12 1781. | ^~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 47 | #if GS_EXPOSE(NSIndexPath) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 49 | #if GS_EXPOSE(NSIndexSet) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 38 | #if GS_EXPOSE(NSInvocation) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 103 | #if GS_EXPOSE(NSLocale) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 361 | #if GS_EXPOSE(NSNetService) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 53 | #if GS_EXPOSE(NSPortCoder) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 77 | #if GS_EXPOSE(NSPort) #12 1781. | ^~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 202 | #if GS_EXPOSE(NSSocketPort) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 284 | #if GS_EXPOSE(NSMessagePort) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 47 | #if GS_EXPOSE(NSPortMessage) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 53 | #if GS_EXPOSE(NSProgress) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 42 | #if GS_EXPOSE(NSScanner) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 58 | #if GS_EXPOSE(NSSpellServer) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 51 | #if GS_EXPOSE(NSTask) #12 1781. | ^~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 59 | #if GS_EXPOSE(NSThread) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 87 | #if GS_EXPOSE(NSUndoManager) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 105 | #if GS_EXPOSE(NSURLCache) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 48 | #if GS_EXPOSE(NSURLConnection) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 56 | #if GS_EXPOSE(NSURLCredential) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 49 | #if GS_EXPOSE(NSURLDownload) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 92 | #if GS_EXPOSE(NSURLRequest) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 49 | #if GS_EXPOSE(NSURLResponse) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1781. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1781. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 72 | #if GS_EXPOSE(NSXMLParser) #12 1781. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1781. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1781. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1781. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1781. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1781. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1781. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1781. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1781. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1781. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1781. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1781. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1781. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1781. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1781. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1781. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1781. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1781. from nsgui.h:34, #12 1781. from dispextern.h:137, #12 1781. from nsimage.m:33: #12 1781. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1781. | ^ #12 1781. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1781. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1781. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1782. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1782. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1782. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1782. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1782. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1782. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1782. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1782. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1782. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1782. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1782. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1782. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1782. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1782. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1782. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1782. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1782. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1782. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1782. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1782. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1782. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1782. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1782. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1782. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1782. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1782. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1782. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1782. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1782. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1782. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1782. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1782. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1782. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1782. | ^~~~~~~~~~~~~~~~~~~~ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1782. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1782. | ^~~~~~~~~~~~~~~~~~~~ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1782. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1782. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsimage.m:33: #12 1782. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1782. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1783. | ^ #12 1783. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1783. | ^ #12 1783. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1783. | ^ #12 1783. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1783. | ^ #12 1783. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1783. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1783. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1783. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1783. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1783. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1783. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1783. | ^ #12 1783. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1783. | ^ #12 1783. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1783. | ^ #12 1783. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1783. | ^ #12 1783. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1783. | ^ #12 1783. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1783. | ^ #12 1783. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1783. | ^ #12 1783. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1783. | ^ #12 1783. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1783. | ^ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1783. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1783. | ^ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 125 | __attribute__((unused)); #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 129 | __attribute__((unused)); #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 133 | __attribute__((unused)); #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 214 | __attribute__((unused)); #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 247 | __attribute__((unused)); #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 251 | __attribute__((unused)); #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 259 | __attribute__((unused)); #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 263 | __attribute__((unused)); #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 267 | __attribute__((unused)); #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 271 | __attribute__((unused)); #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 275 | __attribute__((unused)); #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 287 | __attribute__((unused)); #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 311 | __attribute__((unused)); #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 323 | __attribute__((unused)); #12 1783. | ^~~~~~~~~~~~~ #12 1783. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1783. from nsgui.h:34, #12 1783. from dispextern.h:137, #12 1783. from nsimage.m:33: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 493 | PSgsave() #12 1783. | ^~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 499 | PSgrestore() #12 1783. | ^~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 505 | PSinitgraphics() #12 1783. | ^~~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 622 | PSinitmatrix() #12 1783. | ^~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 669 | PSclip() #12 1783. | ^~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 675 | PSclosepath() #12 1783. | ^~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 687 | PSeoclip() #12 1783. | ^~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 693 | PSeofill() #12 1783. | ^~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 699 | PSfill() #12 1783. | ^~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 705 | PSflattenpath() #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 711 | PSinitclip() #12 1783. | ^~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 729 | PSnewpath() #12 1783. | ^~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 765 | PSreversepath() #12 1783. | ^~~~~~~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 783 | PSstroke() #12 1783. | ^~~~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1783. 835 | PSWait() #12 1783. | ^~~~~~ #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1783. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1786. CC nsfont.o #12 1786. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1786. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1787. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1787. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1787. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1787. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1787. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1787. | ^~~~~~~~~~~~~~~~~~~~ #12 1787. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1787. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1787. | ^~~~~~~~~~~~~~~~~~~~ #12 1787. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1787. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1787. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1787. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1787. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 88 | #if GS_API_VERSION(0,011500) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1787. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1787. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1787. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1787. | ^~~~~~~~~~ #12 1787. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1787. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1787. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1787. | ^~~~~~~~~~ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1787. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1787. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1787. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1787. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1787. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1787. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1787. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1787. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1787. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1787. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 45 | #if GS_EXPOSE(NSArchiver) #12 1787. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1787. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1787. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1787. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1787. | ^ #12 1787. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1787. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1787. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1787. from nsgui.h:34, #12 1787. from dispextern.h:137, #12 1787. from nsfont.m:28: #12 1787. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1787. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1787. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 114 | #if GS_EXPOSE(NSBundle) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 43 | #if GS_EXPOSE(NSCache) #12 1788. | ^~~~~~~~~~~~~~~~~~~~ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 113 | #if GS_EXPOSE(NSException) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1788. 303 | NSGetUncaughtExceptionHandler(); #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 53 | #if GS_EXPOSE(NSExpression) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 47 | #if GS_EXPOSE(NSTimer) #12 1788. | ^~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1788. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1788. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 46 | #if GS_EXPOSE(NSRunLoop) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1788. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 40 | #if GS_EXPOSE(NSDistantObject) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 74 | #if GS_EXPOSE(NSLock) #12 1788. | ^~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 125 | #if GS_EXPOSE(NSCondition) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 175 | #if GS_EXPOSE(NSConditionLock) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1788. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 134 | #if GS_EXPOSE(NSError) #12 1788. | ^~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1788. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 182 | #if GS_EXPOSE(NSURLHandle) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 73 | #if GS_EXPOSE(NSURL) #12 1788. | ^~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1788. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 633 | #if GS_EXPOSE(NSURLComponents) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 160 | #if GS_EXPOSE(NSPipe) #12 1788. | ^~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 215 | #if GS_EXPOSE(NSFileManager) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 42 | #if GS_EXPOSE(NSHost) #12 1788. | ^~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 47 | #if GS_EXPOSE(NSIndexPath) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 49 | #if GS_EXPOSE(NSIndexSet) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 38 | #if GS_EXPOSE(NSInvocation) #12 1788. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1788. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1788. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1788. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1788. | ^ #12 1788. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1788. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1788. from nsgui.h:34, #12 1788. from dispextern.h:137, #12 1788. from nsfont.m:28: #12 1788. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #12 1788. [output clipped, log limit 2MiB reached] #12 1790. make[3]: Leaving directory '/checkout/src' #12 1790. make[2]: Leaving directory '/checkout' #12 1790. make[1]: Leaving directory '/checkout' #12 1790. make[1]: Entering directory '/checkout' #12 1791. make[1]: Leaving directory '/checkout' #12 1792. /GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1792. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 361 | #if GS_EXPOSE(NSNetService) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 53 | #if GS_EXPOSE(NSPortCoder) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1792. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 77 | #if GS_EXPOSE(NSPort) #12 1792. | ^~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 202 | #if GS_EXPOSE(NSSocketPort) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 284 | #if GS_EXPOSE(NSMessagePort) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 47 | #if GS_EXPOSE(NSPortMessage) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 53 | #if GS_EXPOSE(NSProgress) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 42 | #if GS_EXPOSE(NSScanner) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 58 | #if GS_EXPOSE(NSSpellServer) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1792. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 51 | #if GS_EXPOSE(NSTask) #12 1792. | ^~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1792. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 59 | #if GS_EXPOSE(NSThread) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1792. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 87 | #if GS_EXPOSE(NSUndoManager) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 105 | #if GS_EXPOSE(NSURLCache) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 48 | #if GS_EXPOSE(NSURLConnection) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 56 | #if GS_EXPOSE(NSURLCredential) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 49 | #if GS_EXPOSE(NSURLDownload) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 92 | #if GS_EXPOSE(NSURLRequest) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 49 | #if GS_EXPOSE(NSURLResponse) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1792. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1792. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 72 | #if GS_EXPOSE(NSXMLParser) #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1792. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1792. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1792. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1792. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1792. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1792. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1792. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1792. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1792. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1792. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1792. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1792. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1792. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1792. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1792. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1792. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1792. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1792. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1792. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1792. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1792. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1792. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1792. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1792. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1792. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1792. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1792. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1792. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1792. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1792. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1792. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1792. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1792. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1792. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1792. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1792. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1792. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1792. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1792. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1792. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1792. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1792. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1792. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1792. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1792. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1792. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1792. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1792. | ^~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1792. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1792. | ^~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1792. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1792. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1792. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1792. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1792. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1792. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1792. | ^ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1792. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1792. | ^ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 125 | __attribute__((unused)); #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 129 | __attribute__((unused)); #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 133 | __attribute__((unused)); #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 214 | __attribute__((unused)); #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 247 | __attribute__((unused)); #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 251 | __attribute__((unused)); #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 259 | __attribute__((unused)); #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 263 | __attribute__((unused)); #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 267 | __attribute__((unused)); #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 271 | __attribute__((unused)); #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 275 | __attribute__((unused)); #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 287 | __attribute__((unused)); #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 311 | __attribute__((unused)); #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 323 | __attribute__((unused)); #12 1792. | ^~~~~~~~~~~~~ #12 1792. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1792. from nsgui.h:34, #12 1792. from dispextern.h:137, #12 1792. from nsfont.m:28: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 493 | PSgsave() #12 1792. | ^~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 499 | PSgrestore() #12 1792. | ^~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 505 | PSinitgraphics() #12 1792. | ^~~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 622 | PSinitmatrix() #12 1792. | ^~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 669 | PSclip() #12 1792. | ^~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 675 | PSclosepath() #12 1792. | ^~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 687 | PSeoclip() #12 1792. | ^~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 693 | PSeofill() #12 1792. | ^~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 699 | PSfill() #12 1792. | ^~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 705 | PSflattenpath() #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 711 | PSinitclip() #12 1792. | ^~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 729 | PSnewpath() #12 1792. | ^~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 765 | PSreversepath() #12 1792. | ^~~~~~~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 783 | PSstroke() #12 1792. | ^~~~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1792. 835 | PSWait() #12 1792. | ^~~~~~ #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1792. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1792. nsfont.m: In function 'nsfont_open': #12 1792. nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #12 1792. 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #12 1792. | ^~~~~~~~~~~~~~~ #12 1792. In file included from nsfont.m:27: #12 1792. ./globals.h:4723:8: note: declared here #12 1792. 4723 | EXFUN (Ffont_xlfd_name, 3); #12 1792. | ^~~~~~~~~~~~~~~ #12 1792. lisp.h:902:22: note: in definition of macro 'EXFUN' #12 1792. 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #12 1792. | ^~~~~~ #12 1792. make[3]: *** [Makefile:457: nsfont.o] Error 1 #12 1792. make[2]: *** [Makefile:554: src] Error 2 #12 1792. make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #12 1792. *** #12 1792. *** "make bootstrap" failed with exit status 2. #12 1792. *** #12 1792. *** You could try to: #12 1792. *** - run "make extraclean" and run "make" again (or, equivalently, run #12 1792. *** "make bootstrap configure=default"), to rebuild Emacs with the #12 1792. *** default configuration options, which might fix the problem #12 1792. *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 1792. *** fix the problem if "make bootstrap configure=default" did not #12 1792. *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 1792. *** !BEWARE! version control, which means that all changes to such #12 1792. *** !BEWARE! files will be lost and cannot be restored later #12 1792. *** - run "make V=1", which displays the full commands invoked by make, #12 1792. *** to further investigate the problem #12 1792. *** - report the problem and ask for help by sending an email to #12 1792. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 1792. *** message, the platform, and the repository revision displayed by #12 1792. *** "git rev-parse HEAD" #12 1792. *** #12 1792. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 1792. make: *** [Makefile:1274: bootstrap] Error 2 #12 ERROR: executor failed running [/bin/sh -c make bootstrap]: exit code: 2 ------ > [emacs-gnustep 6/6] RUN make bootstrap: ------ executor failed running [/bin/sh -c make bootstrap]: exit code: 2 section_end:1698540239:step_script section_start:1698540239:after_script Running after_script Running after script... $ test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} $ test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} $ find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete find: build-image-gnustep-3624e9bd: No such file or directory section_end:1698540242:after_script section_start:1698540242:cleanup_file_variables Cleaning up project directory and file based variables section_end:1698540245:cleanup_file_variables ERROR: Job failed: exit code 1