Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1698192203: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:1698192215:prepare_executor section_start:1698192215:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-1 via emba.gnu.org... section_end:1698192243:prepare_script section_start:1698192243: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 643c67cf as master... Removing test-lisp-inotify-4bf6f8d9/ Skipping Git submodules setup section_end:1698192292:get_sources section_start:1698192292:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 27 Running: 5 Paused: 0 Stopped: 22 Images: 13 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! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-643c67cf239cbb9621b3c2aaadd58697d87996f5/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 7.8s #2 [internal] load .dockerignore #2 transferring context: 2B 0.1s done #2 DONE 7.5s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 1.0s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:c141beaa9... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 12.49kB 0.3s #7 transferring context: 20.75MB 5.4s #7 transferring context: 63.85MB 10.5s #7 transferring context: 115.97MB 15.6s #7 transferring context: 157.95MB 20.7s #7 transferring context: 178.44MB 26.0s #7 transferring context: 197.78MB 31.7s #7 transferring context: 238.94MB 36.9s #7 transferring context: 255.52MB 42.0s #7 transferring context: 273.65MB 46.4s done #7 DONE 49.6s #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 20.9s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 2.6s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 4.587 Checking whether you have the necessary tools... #10 4.587 (Read INSTALL.REPO for more details on building Emacs) #10 4.592 Checking for autoconf (need at least version 2.65) ... ok #10 4.699 Your system has the required tools. #10 4.727 Building aclocal.m4 ... #10 4.741 Running 'autoreconf -fi -I m4' ... #10 25.36 Building 'aclocal.m4' in exec ... #10 25.36 Running 'autoreconf -fi' in exec ... #10 30.22 You can now run './autogen.sh git'. #10 DONE 35.8s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 6.205 checking for xcrun... no #11 6.218 checking for GNU Make... make #11 6.313 checking build system type... x86_64-pc-linux-gnu #11 7.249 checking host system type... x86_64-pc-linux-gnu #11 7.322 checking for gcc... gcc #11 7.544 checking whether the C compiler works... yes #11 8.028 checking for C compiler default output file name... a.out #11 8.035 checking for suffix of executables... #11 8.330 checking whether we are cross compiling... no #11 8.827 checking for suffix of object files... o #11 9.006 checking whether we are using the GNU C compiler... yes #11 9.234 checking whether gcc accepts -g... yes #11 9.485 checking for gcc option to enable C11 features... none needed #11 10.31 checking whether the compiler is clang... no #11 10.54 checking for compiler option needed when checking for declarations... none #11 10.54 checking whether gcc and cc understand -c and -o together... yes #11 11.35 checking how to run the C preprocessor... gcc -E #11 11.93 checking for grep that handles long lines and -e... /bin/grep #11 11.94 checking for egrep... /bin/grep -E #11 11.96 checking for ANSI C header files... yes #11 13.17 checking for sys/types.h... yes #11 13.55 checking for sys/stat.h... yes #11 13.98 checking for stdlib.h... yes #11 14.21 checking for string.h... yes #11 14.52 checking for memory.h... yes #11 15.05 checking for strings.h... yes #11 15.59 checking for inttypes.h... yes #11 16.09 checking for stdint.h... yes #11 16.50 checking for unistd.h... yes #11 16.91 checking for wchar.h... yes #11 17.25 checking for minix/config.h... no #11 17.63 checking for linux/fs.h... yes #11 18.12 checking for malloc.h... yes #11 18.67 checking for sys/systeminfo.h... no #11 19.00 checking for sys/sysinfo.h... yes #11 19.59 checking for coff.h... no #11 19.90 checking for pty.h... yes #11 20.65 checking for sys/resource.h... yes #11 21.12 checking for sys/utsname.h... yes #11 21.60 checking for pwd.h... yes #11 22.08 checking for util.h... no #11 22.59 checking for sanitizer/lsan_interface.h... yes #11 22.99 checking for sanitizer/asan_interface.h... yes #11 23.54 checking for sanitizer/common_interface_defs.h... yes #11 24.09 checking for sys/socket.h... yes #11 24.78 checking for stdlib.h... (cached) yes #11 24.87 checking for unistd.h... (cached) yes #11 25.00 checking for sys/param.h... yes #11 25.63 checking for pthread.h... yes #11 26.08 checking for malloc/malloc.h... no #11 26.20 checking for sys/un.h... yes #11 26.61 checking for utmp.h... yes #11 27.01 checking for utmpx.h... yes #11 27.42 checking for OS.h... no #11 27.76 checking for dirent.h... yes #11 28.16 checking for execinfo.h... yes #11 28.54 checking for linux/xattr.h... yes #11 29.05 checking for stdio_ext.h... yes #11 29.52 checking for sys/vfs.h... yes #11 30.03 checking for sys/fs_types.h... no #11 30.36 checking for getopt.h... yes #11 30.94 checking for sys/cdefs.h... yes #11 31.31 checking for sys/time.h... yes #11 31.66 checking for ieee754.h... yes #11 32.15 checking for limits.h... yes #11 32.64 checking for inttypes.h... (cached) yes #11 32.71 checking for sys/types.h... (cached) yes #11 32.84 checking for stdint.h... (cached) yes #11 32.99 checking for sys/select.h... yes #11 33.42 checking for stdbool.h... yes #11 33.96 checking for stdckdint.h... no #11 34.41 checking for sys/random.h... yes #11 34.92 checking for sys/stat.h... (cached) yes #11 35.05 checking whether it is safe to define __EXTENSIONS__... yes #11 35.41 checking whether _XOPEN_SOURCE should be defined... no #11 35.79 checking for Minix Amsterdam compiler... no #11 35.93 checking for ar... ar #11 35.93 checking for ranlib... ranlib #11 35.93 checking for gcc option to enable large file support... none needed #11 36.50 checking for gcc option for timestamps after 2038... none needed #11 36.69 checking for g++... g++ #11 36.93 checking whether we are using the GNU C++ compiler... yes #11 37.73 checking whether g++ accepts -g... yes #11 38.06 checking for g++ option to enable C++11 features... none needed #11 100.1 checking how to run the C++ preprocessor... g++ -E #11 100.5 checking whether gcc accepts -g3 -O2... yes #11 100.9 checking whether the compiler is clang... no #11 101.0 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 101.2 checking whether -Wno-missing-field-initializers is needed... yes #11 101.6 checking whether -Wuninitialized is supported... yes #11 101.8 checking whether C compiler handles -fstrict-flex-arrays... no #11 102.0 checking whether C compiler handles -Wall... yes #11 102.4 checking whether C compiler handles -Warith-conversion... yes #11 102.6 checking whether C compiler handles -Wdate-time... yes #11 103.0 checking whether C compiler handles -Wdisabled-optimization... yes #11 103.3 checking whether C compiler handles -Wdouble-promotion... yes #11 103.6 checking whether C compiler handles -Wduplicated-cond... yes #11 104.1 checking whether C compiler handles -Wextra... yes #11 104.6 checking whether C compiler handles -Wformat-signedness... yes #11 105.2 checking whether C compiler handles -Winit-self... yes #11 105.7 checking whether C compiler handles -Winvalid-pch... yes #11 106.3 checking whether C compiler handles -Wlogical-op... yes #11 106.8 checking whether C compiler handles -Wmissing-declarations... yes #11 107.2 checking whether C compiler handles -Wmissing-include-dirs... yes #11 107.7 checking whether C compiler handles -Wmissing-prototypes... yes #11 108.2 checking whether C compiler handles -Wnested-externs... yes #11 108.6 checking whether C compiler handles -Wnull-dereference... yes #11 109.0 checking whether C compiler handles -Wold-style-definition... yes #11 109.4 checking whether C compiler handles -Wopenmp-simd... yes #11 109.8 checking whether C compiler handles -Wpacked... yes #11 110.3 checking whether C compiler handles -Wpointer-arith... yes #11 110.7 checking whether C compiler handles -Wstrict-flex-arrays... no #11 110.9 checking whether C compiler handles -Wstrict-prototypes... yes #11 111.4 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 111.8 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 112.3 checking whether C compiler handles -Wsuggest-final-methods... yes #11 112.7 checking whether C compiler handles -Wsuggest-final-types... yes #11 113.3 checking whether C compiler handles -Wtrampolines... yes #11 113.8 checking whether C compiler handles -Wuninitialized... yes #11 114.2 checking whether C compiler handles -Wunknown-pragmas... yes #11 114.8 checking whether C compiler handles -Wunused-macros... yes #11 115.3 checking whether C compiler handles -Wvariadic-macros... yes #11 116.0 checking whether C compiler handles -Wvector-operation-performance... yes #11 116.3 checking whether C compiler handles -Wwrite-strings... yes #11 116.7 checking whether C compiler handles -Warray-bounds=2... yes #11 117.2 checking whether C compiler handles -Wattribute-alias=2... yes #11 117.8 checking whether C compiler handles -Wformat=2... yes #11 118.3 checking whether C compiler handles -Wformat-truncation=2... yes #11 118.7 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 119.3 checking whether C compiler handles -Wshift-overflow=2... yes #11 119.8 checking whether C compiler handles -Wuse-after-free=3... no #11 120.0 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 120.4 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 120.9 checking whether C compiler handles -Wredundant-decls... yes #11 121.4 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 121.4 checking whether C compiler handles -Wno-override-init... yes #11 122.2 checking whether C compiler handles -Wno-sign-compare... yes #11 122.9 checking whether C compiler handles -Wno-type-limits... yes #11 123.5 checking whether C compiler handles -Wno-unused-parameter... yes #11 123.9 checking whether C compiler handles -Wno-format-nonliteral... yes #11 124.3 checking whether C compiler handles -Wno-bidi-chars... no #11 124.5 checking for a BSD-compatible install... /usr/bin/install -c #11 124.6 checking command to symlink files in the same directory... ln -s #11 124.6 checking for install-info... : #11 124.6 checking for gzip... /bin/gzip #11 124.6 checking for 'find' args to delete a file... -delete #11 124.7 checking for brew... no #11 125.9 checking for -znocombreloc... not needed #11 125.9 checking whether addresses are sanitized... no #11 126.1 checking for math library... -lm #11 128.3 checking for struct passwd.pw_gecos... yes #11 128.6 checking for pkg-config... /usr/bin/pkg-config #11 128.6 checking pkg-config is at least version 0.9.0... yes #11 128.7 checking for machine/soundcard.h... no #11 128.9 checking for sys/soundcard.h... yes #11 129.2 checking for soundcard.h... no #11 129.3 checking for mmsystem.h... no #11 129.5 checking for _oss_ioctl in -lossaudio... no #11 129.8 checking for alsa >= 1.0.0... no #11 129.9 checking for ADDR_NO_RANDOMIZE... yes #11 130.2 checking if Linux sysinfo may be used... yes #11 131.0 checking for sys/wait.h that is POSIX.1 compatible... yes #11 131.4 checking for net/if.h... yes #11 131.7 checking for ifaddrs.h... yes #11 132.1 checking for net/if_dl.h... no #11 132.4 checking for struct ifreq.ifr_flags... yes #11 133.0 checking for struct ifreq.ifr_hwaddr... yes #11 134.0 checking for struct ifreq.ifr_netmask... yes #11 134.9 checking for struct ifreq.ifr_broadaddr... yes #11 135.8 checking for struct ifreq.ifr_addr... yes #11 138.8 checking for struct ifreq.ifr_addr.sa_len... no #11 139.9 checking whether gcc understands -MMD -MF... yes #11 140.1 checking for X... no #11 143.0 checking AppKit/AppKit.h usability... yes #11 155.1 checking AppKit/AppKit.h presence... yes #11 155.9 checking for AppKit/AppKit.h... yes #11 155.9 checking for Mac OS X 12.0 or later... yes #11 156.1 checking for gcc... gcc #11 156.4 checking whether we are using the GNU Objective C compiler... yes #11 156.6 checking whether gcc accepts -g... yes #11 156.9 checking if the Objective C compiler supports instancetype... yes #11 157.0 checking if the Objective C compiler defaults to C99... no #11 157.2 checking whether malloc is Doug Lea style... no #11 157.5 checking for sbrk... yes #11 158.1 checking for __lsan_ignore_object... no #11 158.7 checking for fchmod... yes #11 159.4 checking for utmpname... yes #11 160.0 checking for utmpxname... yes #11 160.6 checking for canonicalize_file_name... yes #11 161.4 checking for realpath... yes #11 162.1 checking for lstat... yes #11 162.6 checking for fchmodat... yes #11 163.1 checking for lchmod... no #11 163.4 checking for fcntl... yes #11 164.0 checking for fdopendir... yes #11 164.6 checking for listxattr... yes #11 165.0 checking for fstatat... yes #11 165.5 checking for fsync... yes #11 166.0 checking for gettimeofday... yes #11 166.6 checking for memset_explicit... no #11 167.1 checking for memset_s... no #11 167.8 checking for pselect... yes #11 168.5 checking for readlink... yes #11 169.2 checking for isblank... yes #11 169.8 checking for iswctype... yes #11 170.4 checking for strtoimax... yes #11 171.1 checking for symlink... yes #11 171.8 checking for localtime_r... yes #11 172.5 checking for getdtablesize... yes #11 173.2 checking for getpagesize... yes #11 173.9 checking for working mmap... yes #11 174.8 checking for main in -lXbsd... no #11 175.1 checking for pthread library... -lpthread #11 176.1 checking for thread support... yes #11 176.1 checking for librsvg-2.0 >= 2.14.0... no #11 176.2 checking for libwebpdemux >= 0.6.0... no #11 176.2 checking for WebPGetInfo... no #11 176.7 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 176.7 checking for sqlite3_open_v2 in -lsqlite3... no #11 177.0 checking for getaddrinfo_a in -lanl... yes #11 177.5 checking for malloc_trim... yes #11 178.0 checking for dbus-1 >= 1.0... yes #11 178.1 checking for dbus_watch_get_unix_fd... yes #11 178.8 checking for dbus_type_is_valid... yes #11 179.5 checking for dbus_validate_bus_name... yes #11 180.1 checking for dbus_validate_path... yes #11 180.6 checking for dbus_validate_interface... yes #11 181.2 checking for dbus_validate_member... yes #11 182.0 checking for lgetfilecon in -lselinux... no #11 182.4 checking for gnutls >= 2.12.2... yes #11 182.6 checking for libsystemd >= 222... no #11 182.6 checking for jansson >= 2.7... no #11 182.7 checking for tree-sitter >= 0.20.2... no #11 182.8 checking for tree-sitter >= 0.6.3... no #11 182.9 checking sys/inotify.h usability... yes #11 183.4 checking sys/inotify.h presence... yes #11 183.6 checking for sys/inotify.h... yes #11 183.6 checking for inotify_init1... yes #11 184.3 checking for jpeglib 6b or later... no #11 184.7 checking for lcms2... no #11 184.8 checking for library containing inflateEnd... -lz #11 185.8 checking for dladdr... yes #11 186.4 checking for dlfunc... no #11 187.1 checking for libpng >= 1.0.0... no #11 187.2 checking for libpng not configured by pkg-config... no #11 187.5 checking tiffio.h usability... no #11 187.8 checking tiffio.h presence... no #11 187.9 checking for tiffio.h... no #11 187.9 checking gif_lib.h usability... no #11 188.3 checking gif_lib.h presence... no #11 188.5 checking for gif_lib.h... no #11 188.5 checking gpm.h usability... no #11 188.8 checking gpm.h presence... no #11 189.0 checking for gpm.h... no #11 189.0 checking for libxml-2.0 > 2.6.17... no #11 189.1 checking for maillock in -lmail... no #11 189.5 checking for maillock in -llockfile... no #11 189.8 checking for liblockfile.so... no #11 189.8 checking maillock.h usability... no #11 190.1 checking maillock.h presence... no #11 190.2 checking for maillock.h... no #11 190.3 checking linux/seccomp.h usability... yes #11 190.6 checking linux/seccomp.h presence... yes #11 190.8 checking for linux/seccomp.h... yes #11 190.9 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 191.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 191.3 checking linux/filter.h usability... yes #11 191.7 checking linux/filter.h presence... yes #11 191.8 checking for linux/filter.h... yes #11 191.9 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 191.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 191.9 checking for libseccomp >= 2.5.2... no #11 192.0 checking size of long... 8 #11 192.7 checking for accept4... yes #11 193.0 checking for fchdir... yes #11 193.3 checking for gethostname... yes #11 193.9 checking for getrusage... yes #11 194.3 checking for get_current_dir_name... yes #11 194.7 checking for lrand48... yes #11 195.2 checking for random... yes #11 195.6 checking for rint... yes #11 196.1 checking for tcdrain... yes #11 196.7 checking for trunc... yes #11 197.3 checking for select... yes #11 197.8 checking for getpagesize... (cached) yes #11 197.9 checking for setlocale... yes #11 198.5 checking for newlocale... yes #11 199.2 checking for getrlimit... yes #11 199.9 checking for setrlimit... yes #11 200.6 checking for shutdown... yes #11 201.1 checking for pthread_sigmask... (cached) yes #11 201.2 checking for strsignal... yes #11 201.6 checking for setitimer... yes #11 202.0 checking for sendto... yes #11 202.5 checking for recvfrom... yes #11 203.0 checking for getsockname... yes #11 203.5 checking for getifaddrs... yes #11 204.1 checking for freeifaddrs... yes #11 204.6 checking for gai_strerror... yes #11 205.3 checking for sync... yes #11 206.0 checking for endpwent... yes #11 206.7 checking for getgrent... yes #11 207.3 checking for endgrent... yes #11 207.9 checking for renameat2... yes #11 208.5 checking for cfmakeraw... yes #11 209.1 checking for cfsetspeed... yes #11 209.5 checking for __executable_start... yes #11 210.3 checking for log2... yes #11 212.4 checking for pthread_setname_np... yes #11 213.1 checking for pthread_set_name_np... no #11 213.4 checking for getpwent... yes #11 213.8 checking whether pthread_setname_np takes a single argument... no #11 214.0 checking whether pthread_setname_np takes three arguments... no #11 214.2 checking for aligned_alloc... yes #11 214.8 checking whether aligned_alloc is declared... yes #11 215.1 checking for posix_madvise... yes #11 215.5 checking for madvise... yes #11 215.8 checking for __builtin_frame_address... yes #11 216.1 checking for __builtin_unwind_init... yes #11 216.6 checking for _LARGEFILE_SOURCE value needed for large files... no #11 217.0 checking for grantpt... yes #11 217.4 checking for getpt... yes #11 217.8 checking for posix_openpt... yes #11 218.4 checking for library containing tputs... -ltinfo #11 219.5 checking whether -ltinfo library defines BC... yes #11 219.9 checking for timerfd interface... yes #11 220.2 checking whether signals can be handled on alternate stack... yes #11 220.8 checking valgrind/valgrind.h usability... no #11 221.2 checking valgrind/valgrind.h presence... no #11 221.3 checking for valgrind/valgrind.h... no #11 221.3 checking for struct unipair.unicode... yes #11 221.6 checking for pid_t... yes #11 222.3 checking vfork.h usability... no #11 222.5 checking vfork.h presence... no #11 222.7 checking for vfork.h... no #11 222.7 checking for fork... yes #11 223.4 checking for vfork... yes #11 224.1 checking for working fork... yes #11 224.9 checking for working vfork... (cached) yes #11 224.9 checking for snprintf... yes #11 225.8 checking for open_memstream... yes #11 226.5 checking spawn.h usability... yes #11 227.1 checking spawn.h presence... yes #11 227.4 checking for spawn.h... yes #11 227.4 checking for posix_spawn... yes #11 228.1 checking for posix_spawn_file_actions_addchdir... no #11 228.8 checking for posix_spawn_file_actions_addchdir_np... yes #11 229.3 checking for posix_spawnattr_setflags... yes #11 229.9 checking whether POSIX_SPAWN_SETSID is declared... yes #11 230.3 checking whether GLib is linked in... no #11 230.5 checking for nl_langinfo and CODESET... yes #11 231.1 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 231.5 checking for mbstate_t... yes #11 231.9 checking for signals via characters... yes #11 232.1 checking for _setjmp... yes #11 232.5 checking for sigsetjmp... yes #11 233.8 checking POSIX termios... yes #11 234.7 checking size of speed_t... 4 #11 235.3 checking for usable FIONREAD... yes #11 235.6 checking for usable SIGIO... yes #11 235.8 checking for struct alignment... yes #11 236.3 checking for C/C++ restrict keyword... __restrict__ #11 236.7 checking for typeof syntax and keyword spelling... typeof #11 237.1 checking for statement expressions... yes #11 237.4 checking whether malloc (0) returns nonnull... yes #11 238.7 checking sys/acl.h usability... yes #11 239.0 checking sys/acl.h presence... yes #11 239.1 checking for sys/acl.h... yes #11 239.1 checking for library containing acl_get_file... -lacl #11 240.1 checking for acl_get_file... yes #11 240.7 checking for acl_get_fd... yes #11 241.3 checking for acl_set_file... yes #11 241.8 checking for acl_set_fd... yes #11 242.4 checking for acl_free... yes #11 243.0 checking for acl_from_mode... yes #11 243.6 checking for acl_from_text... yes #11 244.7 checking for acl_delete_def_file... yes #11 245.3 checking for acl_extended_file... yes #11 245.7 checking for acl_delete_fd_np... no #11 246.3 checking for acl_delete_file_np... no #11 246.9 checking for acl_copy_ext_native... no #11 247.5 checking for acl_create_entry_np... no #11 248.0 checking for acl_to_short_text... no #11 248.5 checking for acl_free_text... no #11 249.0 checking for working acl_get_file... yes #11 249.5 checking acl/libacl.h usability... yes #11 249.9 checking acl/libacl.h presence... yes #11 250.0 checking for acl/libacl.h... yes #11 250.0 checking for acl_entries... yes #11 250.6 checking for ACL_FIRST_ENTRY... yes #11 250.8 checking for ACL_TYPE_EXTENDED... no #11 251.0 checking for working alloca.h... yes #11 251.4 checking for alloca... yes #11 251.7 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 251.7 checking whether the preprocessor supports include_next... yes #11 252.1 checking whether source code line length is unlimited... yes #11 252.3 checking whether endutent is declared... yes #11 252.6 checking for struct utmpx.ut_user... yes #11 253.0 checking for struct utmp.ut_user... yes #11 253.5 checking for struct utmpx.ut_name... yes #11 253.8 checking for struct utmp.ut_name... yes #11 254.2 checking for struct utmpx.ut_type... yes #11 254.6 checking for struct utmp.ut_type... yes #11 255.1 checking for struct utmpx.ut_pid... yes #11 255.6 checking for struct utmp.ut_pid... yes #11 256.0 checking for struct utmp.ut_tv... yes #11 256.9 checking for struct utmpx.ut_host... yes #11 257.2 checking for struct utmp.ut_host... yes #11 257.6 checking for struct utmpx.ut_id... yes #11 258.1 checking for struct utmp.ut_id... yes #11 258.5 checking for struct utmpx.ut_session... yes #11 259.0 checking for struct utmp.ut_session... yes #11 259.6 checking for struct utmpx.ut_exit... yes #11 260.3 checking for struct utmp.ut_exit... yes #11 261.0 checking for struct utmpx.ut_exit.ut_exit... no #11 261.6 checking for struct utmpx.ut_exit.e_exit... yes #11 262.1 checking for struct utmp.ut_exit.e_exit... yes #11 262.5 checking for struct utmpx.ut_exit.ut_termination... no #11 263.2 checking for struct utmpx.ut_exit.e_termination... yes #11 263.7 checking for struct utmp.ut_exit.e_termination... yes #11 264.3 checking whether sysinfo is declared... yes #11 264.6 checking for sys/sysctl.h... yes #11 265.0 checking for sysctl... yes #11 265.4 checking whether lstat correctly handles trailing slash... yes #11 266.0 checking whether // is distinct from /... no #11 266.1 checking whether realpath works... yes #11 266.8 checking for faccessat... yes #11 267.3 checking for getcwd... yes #11 267.7 checking whether byte ordering is bigendian... no #11 268.2 checking if environ is properly declared... yes #11 268.4 checking for complete errno.h... yes #11 268.5 checking whether ctype.h defines __header_inline... no #11 268.7 checking for mode_t... yes #11 269.4 checking whether strmode is declared... no #11 269.8 checking whether getline is declared... yes #11 270.1 checking for gawk... no #11 270.1 checking for mawk... mawk #11 270.1 checking for getopt.h... (cached) yes #11 270.1 checking for getopt_long_only... yes #11 270.6 checking whether getopt is POSIX compatible... yes #11 272.5 checking for working GNU getopt function... yes #11 274.9 checking for working GNU getopt_long function... yes #11 275.7 checking whether timespec_get is declared... yes #11 275.9 checking for timespec_get... yes #11 276.3 checking for struct timeval... yes #11 276.6 checking for wide-enough struct timeval.tv_sec member... yes #11 276.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 277.0 checking whether the compiler produces multi-arch binaries... no #11 277.2 checking whether stdint.h conforms to C99... yes #11 278.4 checking whether stdint.h works without ISO C predefines... yes #11 278.7 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 279.1 checking whether memmem is declared... yes #11 279.9 checking whether memrchr is declared... yes #11 280.4 checking whether defines MIN and MAX... no #11 280.7 checking whether defines MIN and MAX... yes #11 281.1 checking whether time_t is signed... yes #11 281.4 checking whether alarm is declared... yes #11 281.9 checking for working mktime... no #11 283.4 checking whether struct tm is in sys/time.h or time.h... time.h #11 283.7 checking for struct tm.tm_zone... yes #11 284.1 checking for struct tm.tm_gmtoff... yes #11 284.4 checking whether is self-contained... yes #11 285.2 checking for inline... inline #11 285.4 checking for sigset_t... yes #11 286.1 checking for volatile sig_atomic_t... yes #11 286.8 checking for sighandler_t... yes #11 287.4 checking for wchar_t... yes #11 287.7 checking for good max_align_t... yes #11 287.9 checking whether NULL can be used in arbitrary expressions... yes #11 288.2 checking for unreachable... no #11 288.9 checking whether fcloseall is declared... yes #11 289.3 checking whether getw is declared... yes #11 290.0 checking whether putw is declared... yes #11 290.5 checking which flavor of printf attribute matches inttypes macros... system #11 291.0 checking whether strnlen is declared... yes #11 291.4 checking whether strtoimax is declared... yes #11 291.9 checking whether stat file-mode macros are broken... no #11 292.2 checking for nlink_t... yes #11 292.8 checking for struct timespec in ... yes #11 293.1 checking for TIME_UTC in ... yes #11 293.5 checking whether execvpe is declared... yes #11 294.1 checking whether clearerr_unlocked is declared... yes #11 294.7 checking whether feof_unlocked is declared... yes #11 295.4 checking whether ferror_unlocked is declared... yes #11 295.9 checking whether fflush_unlocked is declared... yes #11 296.5 checking whether fgets_unlocked is declared... yes #11 297.0 checking whether fputc_unlocked is declared... yes #11 297.6 checking whether fputs_unlocked is declared... yes #11 298.2 checking whether fread_unlocked is declared... yes #11 298.8 checking whether fwrite_unlocked is declared... yes #11 299.2 checking whether getc_unlocked is declared... yes #11 299.6 checking whether getchar_unlocked is declared... yes #11 300.1 checking whether putc_unlocked is declared... yes #11 300.7 checking whether putchar_unlocked is declared... yes #11 301.2 checking type of array argument to getgroups... gid_t #11 302.1 checking whether getdelim is declared... yes #11 302.7 checking whether getdtablesize is declared... yes #11 303.3 checking whether malloc is ptrdiff_t safe... yes #11 303.6 checking whether malloc, realloc, calloc set errno on failure... yes #11 303.6 checking for O_CLOEXEC... yes #11 303.9 checking for promoted mode_t type... mode_t #11 304.1 checking whether the utimes function works... yes #11 305.1 checking for C compiler option to allow warnings... -Wno-error #11 305.6 checking for alignas and alignof... yes, macros #11 306.2 checking for alloca as a compiler built-in... yes #11 306.3 checking for static_assert... yes, an macro #11 306.9 checking for __builtin_expect... yes #11 307.5 checking byteswap.h usability... yes #11 307.9 checking byteswap.h presence... yes #11 308.1 checking for byteswap.h... yes #11 308.1 checking for readlinkat... yes #11 308.5 checking for library containing clock_gettime... none required #11 309.1 checking for clock_getres... yes #11 310.0 checking for clock_gettime... yes #11 310.8 checking for clock_settime... yes #11 311.2 checking for copy_file_range... yes #11 311.8 checking for d_type member in directory struct... yes #11 312.4 checking whether // is distinct from /... (cached) no #11 312.4 checking whether dup2 works... yes #11 313.2 checking for library containing backtrace_symbols_fd... none required #11 313.7 checking for faccessat... (cached) yes #11 313.8 checking whether fchmodat works... no #11 314.9 checking for readlinkat... (cached) yes #11 314.9 checking whether fcntl handles F_DUPFD correctly... yes #11 315.7 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 316.9 checking whether fdopendir is declared... yes #11 317.3 checking whether fdopendir works... yes #11 319.3 checking for flexible array member... yes #11 320.0 checking for __fpending... yes #11 321.0 checking whether __fpending is declared... yes #11 321.3 checking whether free is known to preserve errno... no #11 321.5 checking whether fstatat (..., 0) works... yes #11 322.1 checking for sys/mount.h... yes #11 322.7 checking for statvfs function (SVR4)... yes #11 323.2 checking whether to use statvfs64... no #11 323.5 checking for two-argument statfs with statfs.f_frsize member... yes #11 324.0 checking sys/fs/s5param.h usability... no #11 324.3 checking sys/fs/s5param.h presence... no #11 324.4 checking for sys/fs/s5param.h... no #11 324.5 checking sys/statfs.h usability... yes #11 324.9 checking sys/statfs.h presence... yes #11 325.0 checking for sys/statfs.h... yes #11 325.0 checking for statfs that truncates block counts... no #11 325.2 checking for futimens... yes #11 325.6 checking whether futimens works... yes #11 327.0 checking for getline... yes #11 327.2 checking for working getline function... yes #11 327.9 checking for getloadavg... yes #11 328.3 checking sys/loadavg.h usability... no #11 328.6 checking sys/loadavg.h presence... no #11 328.7 checking for sys/loadavg.h... no #11 328.7 checking whether getloadavg is declared... yes #11 328.9 checking for getrandom... yes #11 329.2 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 329.4 checking for gettimeofday with POSIX signature... yes #11 329.5 checking whether the compiler supports the __inline keyword... yes #11 329.8 checking gmp.h usability... yes #11 330.3 checking gmp.h presence... yes #11 330.4 checking for gmp.h... yes #11 330.4 checking for library containing __gmpz_roinit_n... -lgmp #11 331.4 checking for memmem... yes #11 331.8 checking whether memmem works... yes #11 332.1 checking for mempcpy... yes #11 332.6 checking for memrchr... yes #11 332.9 checking for explicit_memset... no #11 333.4 checking for mkostemp... yes #11 334.0 checking for library containing nanosleep... none required #11 334.5 checking for working nanosleep... no (mishandles large arguments) #11 336.0 checking for sys/pstat.h... no #11 336.5 checking for sys/sysmp.h... no #11 337.0 checking for sys/param.h... (cached) yes #11 337.0 checking for sys/sysctl.h... (cached) yes #11 337.1 checking for sched_getaffinity_np... no #11 337.7 checking for pstat_getdynamic... no #11 338.4 checking for sysmp... no #11 339.1 checking for sysctl... (cached) yes #11 339.1 checking for sched_getaffinity... yes #11 339.6 checking for glibc compatible sched_getaffinity... yes #11 339.9 checking for pipe2... yes #11 340.6 checking whether signature of pselect conforms to POSIX... yes #11 341.3 checking whether pselect detects invalid fds... yes #11 341.9 checking whether pthread_sigmask is a macro... no #11 342.1 checking whether pthread_sigmask returns error numbers... yes #11 342.7 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 345.6 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 346.5 checking whether readlink signature is correct... yes #11 346.9 checking whether readlink handles trailing slash correctly... yes #11 347.4 checking whether readlink truncates results correctly... yes #11 348.1 checking for readlinkat... (cached) yes #11 348.1 checking whether readlinkat signature is correct... yes #11 348.4 checking for working re_compile_pattern... no #11 349.5 checking libintl.h usability... yes #11 349.9 checking libintl.h presence... yes #11 350.0 checking for libintl.h... yes #11 350.1 checking whether isblank is declared... yes #11 350.3 checking for sig2str... no #11 350.7 checking for sigdescr_np... no #11 351.2 checking for socklen_t... yes #11 351.9 checking for ssize_t... yes #11 352.2 checking for struct stat.st_atim.tv_nsec... yes #11 352.6 checking whether struct stat.st_atim is of type struct timespec... yes #11 353.0 checking for struct stat.st_birthtimespec.tv_nsec... no #11 353.4 checking for struct stat.st_birthtimensec... no #11 353.8 checking for struct stat.st_birthtim.tv_nsec... no #11 354.3 checking for bool, true, false... no #11 354.4 checking for stpcpy... yes #11 354.9 checking for working strnlen... yes #11 355.9 checking whether strtoimax works... yes #11 356.3 checking whether symlink handles trailing slash correctly... yes #11 357.2 checking whether localtime_r is declared... yes #11 357.6 checking whether localtime_r is compatible with its POSIX signature... yes #11 357.8 checking whether localtime works even near extrema... yes #11 358.7 checking for timezone_t... no #11 358.9 checking for timegm... yes #11 359.5 checking whether timer_settime is declared... yes #11 359.8 checking for library containing timer_settime... -lrt #11 360.8 checking for timer_settime... yes #11 361.3 checking for utimensat... yes #11 361.6 checking whether utimensat works... yes #11 363.1 checking for variable-length arrays... yes #11 363.6 checking whether getdtablesize works... yes #11 364.3 checking for __mktime_internal... no #11 364.9 checking for timer_getoverrun... yes #11 365.5 checking for gcc option to disable position independent executables... not needed #11 365.5 checking for __ctype_get_mb_cur_max... yes #11 365.9 checking whether MB_CUR_MAX is defined to function that won't link... no #11 366.2 #11 366.2 Configured for 'x86_64-pc-linux-gnu'. #11 366.2 #11 366.2 Where should the build process find the source code? . #11 366.2 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 366.2 Should Emacs use the GNU version of malloc? no #11 366.2 (The GNU allocators don't work with this system configuration.) #11 366.2 Should Emacs use a relocating allocator for buffers? no #11 366.2 Should Emacs use mmap(2) for buffer allocation? no #11 366.2 What window system should Emacs use? nextstep #11 366.2 What toolkit should Emacs use? none #11 366.2 Where do we find X Windows header files? NONE #11 366.2 Where do we find X Windows libraries? NONE #11 366.2 Does Emacs use -lXaw3d? no #11 366.2 Is Emacs being built for Android? no #11 366.2 Does Emacs use the X Double Buffer Extension? no #11 366.2 Does Emacs use -lXpm? no #11 366.2 Does Emacs use -ljpeg? no #11 366.2 Does Emacs use -ltiff? no #11 366.2 Does Emacs use a gif library? no #11 366.2 Does Emacs use a png library? no #11 366.2 Does Emacs use -lrsvg-2? no #11 366.2 Does Emacs use -lwebp? no #11 366.2 Does Emacs use -lsqlite3? no #11 366.2 Does Emacs use cairo? no #11 366.2 Does Emacs use -llcms2? no #11 366.2 Does Emacs use imagemagick? no #11 366.2 Does Emacs use native APIs for images? yes (ns) #11 366.2 Does Emacs support sound? yes #11 366.2 Does Emacs use -lgpm? no #11 366.2 Does Emacs use -ldbus? yes #11 366.2 Does Emacs use -lgconf? no #11 366.2 Does Emacs use GSettings? no #11 366.2 Does Emacs use a file notification library? yes -lglibc (inotify) #11 366.2 Does Emacs use access control lists? yes -lacl -lattr #11 366.2 Does Emacs use -lselinux? no #11 366.2 Does Emacs use -lgnutls? yes #11 366.2 Does Emacs use -lxml2? no #11 366.2 Does Emacs use -lfreetype? no #11 366.2 Does Emacs use HarfBuzz? no #11 366.2 Does Emacs use -lm17n-flt? no #11 366.2 Does Emacs use -lotf? no #11 366.2 Does Emacs use -lxft? no #11 366.2 Does Emacs use -lsystemd? no #11 366.2 Does Emacs use -ljansson? no #11 366.2 Does Emacs use -ltree-sitter? no #11 366.2 Does Emacs use the GMP library? yes #11 366.2 Does Emacs directly use zlib? yes #11 366.2 Does Emacs have dynamic modules support? yes #11 366.2 Does Emacs use toolkit scroll bars? yes #11 366.2 Does Emacs support Xwidgets? no #11 366.2 Does Emacs have threading support in lisp? yes #11 366.2 Does Emacs support the portable dumper? yes #11 366.2 Does Emacs support legacy unexec dumping? no #11 366.2 Which dumping strategy does Emacs use? pdumper #11 366.2 Does Emacs have native lisp compiler? no #11 366.2 Does Emacs use version 2 of the X Input Extension? no #11 366.2 Does Emacs generate a smaller-size Japanese dictionary? no #11 366.2 #11 366.2 #11 366.2 #11 366.2 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 366.2 Run 'make install' in order to build an application bundle. #11 366.2 The application will go to nextstep/Emacs.app and can be run or moved #11 366.2 from there. #11 366.2 The application will be fully self-contained. #11 366.2 #11 368.2 configure: creating ./config.status #11 369.5 config.status: creating src/verbose.mk #11 369.8 config.status: creating src/emacs-module.h #11 370.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 370.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 370.6 config.status: creating Makefile #11 370.8 config.status: creating lib/gnulib.mk #11 371.2 config.status: creating ./doc/man/emacs.1 #11 371.3 config.status: creating lib/Makefile #11 371.5 config.status: creating lib-src/Makefile #11 371.7 config.status: creating oldXMenu/Makefile #11 371.9 config.status: creating src/Makefile #11 372.1 config.status: creating lwlib/Makefile #11 372.2 config.status: creating nextstep/Makefile #11 372.4 config.status: creating nt/Makefile #11 372.6 config.status: creating doc/emacs/Makefile #11 372.7 config.status: creating doc/misc/Makefile #11 372.9 config.status: creating doc/lispintro/Makefile #11 373.1 config.status: creating doc/lispref/Makefile #11 373.2 config.status: creating lisp/Makefile #11 373.4 config.status: creating leim/Makefile #11 373.6 config.status: creating test/Makefile #11 373.8 config.status: creating test/manual/noverlay/Makefile #11 374.0 config.status: creating test/infra/Makefile #11 374.2 config.status: creating admin/charsets/Makefile #11 374.5 config.status: creating admin/unidata/Makefile #11 374.7 config.status: creating admin/grammars/Makefile #11 374.9 config.status: creating java/Makefile #11 375.1 config.status: creating cross/Makefile #11 375.4 config.status: creating java/AndroidManifest.xml #11 375.6 config.status: creating src/config.h #11 375.7 config.status: executing src/epaths.h commands #11 376.2 config.status: executing src/.gdbinit commands #11 376.2 config.status: executing doc/emacs/emacsver.texi commands #11 376.3 config.status: executing etc-refcards-emacsver.tex commands #11 376.5 configure: WARNING: This configuration installs a 'movemail' program #11 376.5 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 376.5 installed a 'movemail' program that retrieved POP3 email via only #11 376.5 insecure channels, a practice that is no longer recommended but that #11 376.5 you can continue to support by using './configure --with-pop'. #11 376.6 configure: You might want to install GNU Mailutils #11 376.6 and use './configure --with-mailutils'. #11 DONE 378.5s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 2.442 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 2.457 make[1]: Entering directory '/checkout' #12 2.700 make bootstrap-clean #12 2.750 make[2]: Entering directory '/checkout' #12 3.163 make -C src bootstrap-clean #12 3.225 make[3]: Entering directory '/checkout/src' #12 3.225 GEN /checkout/src/lisp.mk #12 4.575 rm -f android-emacs libemacs.so #12 4.596 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 4.636 rm -f dmpstruct.h #12 4.649 rm -f emacs.pdmp #12 4.668 rm -f ../etc/DOC #12 4.692 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 4.712 rm -f emacs-30.0.50 #12 4.719 rm -f buildobj.h #12 4.744 rm -f globals.h gl-stamp #12 4.756 rm -f ./*.res ./*.tmp #12 4.779 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 4.792 rm -f ../etc/DOC* #12 4.806 rm -f deps/* #12 4.833 rm -f emacs-module.h epaths.h config.h config.stamp #12 4.850 if test -f ./.gdbinit; then \ #12 4.850 mv ./.gdbinit ./.gdbinit.save; \ #12 4.850 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 4.850 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 4.850 fi #12 4.900 make[3]: Leaving directory '/checkout/src' #12 4.900 make -C oldXMenu bootstrap-clean #12 4.927 make[3]: Entering directory '/checkout/oldXMenu' #12 4.927 rm -f libXMenu11.a ./*.o deps/* #12 4.928 rm -f Makefile #12 4.951 rm -fr deps #12 4.952 make[3]: Leaving directory '/checkout/oldXMenu' #12 4.956 make -C lwlib bootstrap-clean #12 4.971 make[3]: Entering directory '/checkout/lwlib' #12 4.971 rm -f ./*.o liblw.a \#* deps/* #12 4.980 rm -f Makefile #12 4.982 rm -fr deps #12 5.000 rm -f TAGS #12 5.000 make[3]: Leaving directory '/checkout/lwlib' #12 5.000 make -C lib bootstrap-clean #12 5.457 make[3]: Entering directory '/checkout/lib' #12 5.457 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 5.560 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.581 rm -f Makefile Makefile.android #12 5.588 rm -fr deps #12 5.618 make[3]: Leaving directory '/checkout/lib' #12 5.620 make -C lib-src bootstrap-clean #12 5.648 make[3]: Entering directory '/checkout/lib-src' #12 5.648 rm -f core ./*.o ./*.res #12 5.695 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 5.700 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 5.711 rm -f TAGS Makefile blessmail Makefile.android #12 5.724 make[3]: Leaving directory '/checkout/lib-src' #12 5.724 make -C nt bootstrap-clean #12 5.752 make[3]: Entering directory '/checkout/nt' #12 5.756 rm -f core *.o *.res #12 5.766 rm -f runemacs addpm cmdproxy ddeclient #12 5.769 rm -f TAGS Makefile *.rc #12 5.780 true #12 5.789 make[3]: Leaving directory '/checkout/nt' #12 5.789 make -C doc/emacs bootstrap-clean #12 5.813 make[3]: Entering directory '/checkout/doc/emacs' #12 5.813 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 5.813 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 5.852 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 5.862 rm -f Makefile #12 5.879 rm -f \ #12 5.879 ./../../info/emacs.info \ #12 5.879 ./../../info/emacs.info-[1-9] \ #12 5.879 ./../../info/emacs.info-[1-9][0-9] #12 5.896 rm -f ./emacsver.texi TAGS #12 5.920 make[3]: Leaving directory '/checkout/doc/emacs' #12 5.936 make -C doc/misc bootstrap-clean #12 5.949 make[3]: Entering directory '/checkout/doc/misc' #12 5.951 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 5.951 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 5.951 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 5.988 rm -f gnustmp* #12 6.020 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 6.041 rm -f Makefile #12 6.056 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.056 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 6.056 rm -f \ #12 6.056 ./../../info/${file} \ #12 6.056 ./../../info/${file}-[1-9] \ #12 6.056 ./../../info/${file}-[1-9][0-9]; \ #12 6.056 done #12 8.020 rm -f ./modus-themes.texi ./org.texi #12 8.032 rm -f TAGS #12 8.047 make[3]: Leaving directory '/checkout/doc/misc' #12 8.052 make -C doc/lispref bootstrap-clean #12 8.075 make[3]: Entering directory '/checkout/doc/lispref' #12 8.075 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 8.075 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 8.117 rm -f elisp[12]* vol[12].tmp #12 8.117 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 8.125 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 8.126 rm -f Makefile #12 8.140 rm -f \ #12 8.140 ./../../info/elisp.info \ #12 8.140 ./../../info/elisp.info-[1-9] \ #12 8.140 ./../../info/elisp.info-[1-9][0-9] #12 8.143 rm -f TAGS #12 8.152 make[3]: Leaving directory '/checkout/doc/lispref' #12 8.157 make -C doc/lispintro bootstrap-clean #12 8.177 make[3]: Entering directory '/checkout/doc/lispintro' #12 8.177 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 8.177 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 8.197 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 8.207 rm -f Makefile #12 8.218 rm -f \ #12 8.218 ./../../info/eintr.info \ #12 8.218 ./../../info/eintr.info-[1-9] #12 8.240 rm -f TAGS #12 8.256 make[3]: Leaving directory '/checkout/doc/lispintro' #12 8.256 make -C test bootstrap-clean #12 8.256 make[3]: Entering directory '/checkout/test' #12 10.04 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 12.15 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 12.18 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 12.18 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 12.18 src/emacs-module-resources/*.dll gmp.h #12 12.19 find . -name '*.elc' -delete #12 12.22 make[3]: Leaving directory '/checkout/test' #12 12.24 make -C java bootstrap-clean #12 12.68 make[3]: Entering directory '/checkout/java' #12 12.68 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 12.69 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 12.73 find . -name '*.class' -delete #12 12.75 rm -f Makefile ndk-build.mk #12 12.76 make[3]: Leaving directory '/checkout/java' #12 12.76 make -C cross bootstrap-clean #12 12.77 make[3]: Entering directory '/checkout/cross' #12 12.77 for dir in src lib-src lib etc; do \ #12 12.77 find $dir -type f -delete; \ #12 12.77 done #12 12.82 rm -rf lib/config.h lib-src/config.h #12 12.82 if test -f ndk-build/Makefile; then \ #12 12.82 make -C ndk-build clean; \ #12 12.82 fi #12 12.83 for dir in src lib-src lib etc; do \ #12 12.83 find $dir -type l -delete; \ #12 12.83 done #12 12.88 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 12.89 rm -rf ndk-build/ndk-build.mk Makefile #12 12.89 make[3]: Leaving directory '/checkout/cross' #12 12.90 make -C nextstep bootstrap-clean #12 12.91 make[3]: Entering directory '/checkout/nextstep' #12 12.91 rm -rf /checkout/nextstep/Emacs.app #12 12.92 rm -f Makefile #12 12.93 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 12.93 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 12.93 Cocoa/Emacs.base/Contents/Info.plist \ #12 12.93 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 13.26 make[3]: Leaving directory '/checkout/nextstep' #12 13.26 make -C admin/charsets bootstrap-clean #12 13.27 make[3]: Entering directory '/checkout/admin/charsets' #12 13.27 make[3]: Nothing to be done for 'bootstrap-clean'. #12 13.27 make[3]: Leaving directory '/checkout/admin/charsets' #12 13.28 make -C admin/unidata bootstrap-clean #12 13.29 make[3]: Entering directory '/checkout/admin/unidata' #12 13.33 rm -f ./*.elc unidata.txt #12 13.33 make[3]: Leaving directory '/checkout/admin/unidata' #12 13.34 make -C leim bootstrap-clean #12 13.35 make[3]: Entering directory '/checkout/leim' #12 13.35 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 13.40 make[3]: Leaving directory '/checkout/leim' #12 13.40 make -C lisp bootstrap-clean #12 13.42 make[3]: Entering directory '/checkout/lisp' #12 18.66 find . -name '*.elc' -delete #12 18.69 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 18.71 make[3]: Leaving directory '/checkout/lisp' #12 18.71 make -C admin/grammars bootstrap-clean #12 18.73 make[3]: Entering directory '/checkout/admin/grammars' #12 18.73 make[3]: Nothing to be done for 'bootstrap-clean'. #12 18.73 make[3]: Leaving directory '/checkout/admin/grammars' #12 18.73 [ ! -f config.log ] || mv -f config.log config.log~ #12 26.24 rm -rf ./info #12 26.24 rm -f ./etc/refcards/emacsver.tex #12 26.26 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 26.26 rm -fr autom4te.cache config.cache #12 26.27 rm -f config.log ./doc/man/emacs.1 #12 26.29 make[2]: Leaving directory '/checkout' #12 26.29 cd . && ./autogen.sh autoconf #12 26.31 Checking whether you have the necessary tools... #12 26.31 (Read INSTALL.REPO for more details on building Emacs) #12 26.32 Checking for autoconf (need at least version 2.65) ... ok #12 26.43 Your system has the required tools. #12 26.44 Running 'autoreconf -fi -I m4' ... #12 55.68 Building 'aclocal.m4' in exec ... #12 55.68 Running 'autoreconf -fi' in exec ... #12 68.21 You can now run './autogen.sh git'. #12 68.23 make MAKEFILE_NAME=force-Makefile force-Makefile #12 68.27 make[2]: Entering directory '/checkout' #12 68.31 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 68.69 if [ -x ./config.status ]; then \ #12 68.69 ./config.status --recheck; \ #12 68.69 else \ #12 68.69 ./configure --cache-file=/dev/null; \ #12 68.69 fi #12 69.01 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 69.96 checking for xcrun... no #12 69.97 checking for GNU Make... make #12 70.08 checking build system type... x86_64-pc-linux-gnu #12 71.00 checking host system type... x86_64-pc-linux-gnu #12 71.14 checking for gcc... gcc #12 71.44 checking whether the C compiler works... yes #12 72.11 checking for C compiler default output file name... a.out #12 72.12 checking for suffix of executables... #12 72.54 checking whether we are cross compiling... no #12 73.16 checking for suffix of object files... o #12 73.41 checking whether we are using the GNU C compiler... yes #12 73.65 checking whether gcc accepts -g... yes #12 73.84 checking for gcc option to enable C11 features... none needed #12 74.65 checking whether the compiler is clang... no #12 74.96 checking for compiler option needed when checking for declarations... none #12 74.98 checking whether gcc and cc understand -c and -o together... yes #12 76.24 checking how to run the C preprocessor... gcc -E #12 76.96 checking for grep that handles long lines and -e... /bin/grep #12 77.01 checking for egrep... /bin/grep -E #12 77.02 checking for ANSI C header files... yes #12 78.29 checking for sys/types.h... yes #12 78.71 checking for sys/stat.h... yes #12 79.12 checking for stdlib.h... yes #12 79.54 checking for string.h... yes #12 79.97 checking for memory.h... yes #12 80.30 checking for strings.h... yes #12 80.67 checking for inttypes.h... yes #12 81.14 checking for stdint.h... yes #12 81.55 checking for unistd.h... yes #12 82.10 checking for wchar.h... yes #12 82.69 checking for minix/config.h... no #12 83.06 checking for linux/fs.h... yes #12 83.63 checking for malloc.h... yes #12 84.13 checking for sys/systeminfo.h... no #12 84.44 checking for sys/sysinfo.h... yes #12 84.78 checking for coff.h... no #12 85.23 checking for pty.h... yes #12 85.76 checking for sys/resource.h... yes #12 86.27 checking for sys/utsname.h... yes #12 86.70 checking for pwd.h... yes #12 87.15 checking for util.h... no #12 87.55 checking for sanitizer/lsan_interface.h... yes #12 88.00 checking for sanitizer/asan_interface.h... yes #12 88.48 checking for sanitizer/common_interface_defs.h... yes #12 88.89 checking for sys/socket.h... yes #12 89.26 checking for stdlib.h... (cached) yes #12 89.30 checking for unistd.h... (cached) yes #12 89.35 checking for sys/param.h... yes #12 89.71 checking for pthread.h... yes #12 90.06 checking for malloc/malloc.h... no #12 90.46 checking for sys/un.h... yes #12 90.71 checking for utmp.h... yes #12 91.16 checking for utmpx.h... yes #12 91.52 checking for OS.h... no #12 91.79 checking for dirent.h... yes #12 92.10 checking for execinfo.h... yes #12 92.51 checking for linux/xattr.h... yes #12 92.93 checking for stdio_ext.h... yes #12 93.32 checking for sys/vfs.h... yes #12 93.79 checking for sys/fs_types.h... no #12 94.19 checking for getopt.h... yes #12 94.68 checking for sys/cdefs.h... yes #12 95.12 checking for sys/time.h... yes #12 95.60 checking for ieee754.h... yes #12 96.05 checking for limits.h... yes #12 96.53 checking for inttypes.h... (cached) yes #12 96.58 checking for sys/types.h... (cached) yes #12 96.63 checking for stdint.h... (cached) yes #12 96.68 checking for sys/select.h... yes #12 97.22 checking for stdbool.h... yes #12 97.54 checking for stdckdint.h... no #12 97.85 checking for sys/random.h... yes #12 98.04 checking for sys/stat.h... (cached) yes #12 98.04 checking whether it is safe to define __EXTENSIONS__... yes #12 98.25 checking whether _XOPEN_SOURCE should be defined... no #12 98.40 checking for Minix Amsterdam compiler... no #12 98.44 checking for ar... ar #12 98.44 checking for ranlib... ranlib #12 98.44 checking for gcc option to enable large file support... none needed #12 98.94 checking for gcc option for timestamps after 2038... none needed #12 99.21 checking for g++... g++ #12 99.54 checking whether we are using the GNU C++ compiler... yes #12 101.0 checking whether g++ accepts -g... yes #12 101.2 checking for g++ option to enable C++11 features... none needed #12 162.0 checking how to run the C++ preprocessor... g++ -E #12 163.4 checking whether gcc accepts -g3 -O2... yes #12 164.1 checking whether the compiler is clang... no #12 164.5 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 164.8 checking whether -Wno-missing-field-initializers is needed... yes #12 165.3 checking whether -Wuninitialized is supported... yes #12 165.7 checking whether C compiler handles -fstrict-flex-arrays... no #12 165.8 checking whether C compiler handles -Wall... yes #12 166.2 checking whether C compiler handles -Warith-conversion... yes #12 166.6 checking whether C compiler handles -Wdate-time... yes #12 167.1 checking whether C compiler handles -Wdisabled-optimization... yes #12 167.7 checking whether C compiler handles -Wdouble-promotion... yes #12 168.2 checking whether C compiler handles -Wduplicated-cond... yes #12 168.8 checking whether C compiler handles -Wextra... yes #12 169.3 checking whether C compiler handles -Wformat-signedness... yes #12 169.8 checking whether C compiler handles -Winit-self... yes #12 170.4 checking whether C compiler handles -Winvalid-pch... yes #12 170.9 checking whether C compiler handles -Wlogical-op... yes #12 171.5 checking whether C compiler handles -Wmissing-declarations... yes #12 172.1 checking whether C compiler handles -Wmissing-include-dirs... yes #12 172.6 checking whether C compiler handles -Wmissing-prototypes... yes #12 173.1 checking whether C compiler handles -Wnested-externs... yes #12 173.7 checking whether C compiler handles -Wnull-dereference... yes #12 174.2 checking whether C compiler handles -Wold-style-definition... yes #12 174.9 checking whether C compiler handles -Wopenmp-simd... yes #12 175.4 checking whether C compiler handles -Wpacked... yes #12 176.0 checking whether C compiler handles -Wpointer-arith... yes #12 176.7 checking whether C compiler handles -Wstrict-flex-arrays... no #12 177.0 checking whether C compiler handles -Wstrict-prototypes... yes #12 177.7 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 178.2 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 178.6 checking whether C compiler handles -Wsuggest-final-methods... yes #12 179.0 checking whether C compiler handles -Wsuggest-final-types... yes #12 179.5 checking whether C compiler handles -Wtrampolines... yes #12 180.1 checking whether C compiler handles -Wuninitialized... yes #12 180.6 checking whether C compiler handles -Wunknown-pragmas... yes #12 181.1 checking whether C compiler handles -Wunused-macros... yes #12 181.7 checking whether C compiler handles -Wvariadic-macros... yes #12 182.3 checking whether C compiler handles -Wvector-operation-performance... yes #12 182.8 checking whether C compiler handles -Wwrite-strings... yes #12 183.3 checking whether C compiler handles -Warray-bounds=2... yes #12 183.9 checking whether C compiler handles -Wattribute-alias=2... yes #12 184.5 checking whether C compiler handles -Wformat=2... yes #12 185.0 checking whether C compiler handles -Wformat-truncation=2... yes #12 185.6 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 186.1 checking whether C compiler handles -Wshift-overflow=2... yes #12 186.7 checking whether C compiler handles -Wuse-after-free=3... no #12 186.9 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 187.7 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 188.1 checking whether C compiler handles -Wredundant-decls... yes #12 188.4 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 188.4 checking whether C compiler handles -Wno-override-init... yes #12 189.1 checking whether C compiler handles -Wno-sign-compare... yes #12 189.7 checking whether C compiler handles -Wno-type-limits... yes #12 190.3 checking whether C compiler handles -Wno-unused-parameter... yes #12 190.9 checking whether C compiler handles -Wno-format-nonliteral... yes #12 191.5 checking whether C compiler handles -Wno-bidi-chars... no #12 191.7 checking for a BSD-compatible install... /usr/bin/install -c #12 191.8 checking command to symlink files in the same directory... ln -s #12 191.9 checking for install-info... : #12 191.9 checking for gzip... /bin/gzip #12 191.9 checking for 'find' args to delete a file... -delete #12 191.9 checking for brew... no #12 193.1 checking for -znocombreloc... not needed #12 193.1 checking whether addresses are sanitized... no #12 193.3 checking for math library... -lm #12 195.2 checking for struct passwd.pw_gecos... yes #12 195.5 checking for pkg-config... /usr/bin/pkg-config #12 195.6 checking pkg-config is at least version 0.9.0... yes #12 195.7 checking for machine/soundcard.h... no #12 196.0 checking for sys/soundcard.h... yes #12 196.3 checking for soundcard.h... no #12 196.6 checking for mmsystem.h... no #12 196.7 checking for _oss_ioctl in -lossaudio... no #12 197.0 checking for alsa >= 1.0.0... no #12 197.1 checking for ADDR_NO_RANDOMIZE... yes #12 197.3 checking if Linux sysinfo may be used... yes #12 197.9 checking for sys/wait.h that is POSIX.1 compatible... yes #12 198.1 checking for net/if.h... yes #12 198.4 checking for ifaddrs.h... yes #12 199.6 checking for net/if_dl.h... no #12 199.9 checking for struct ifreq.ifr_flags... yes #12 200.4 checking for struct ifreq.ifr_hwaddr... yes #12 201.3 checking for struct ifreq.ifr_netmask... yes #12 204.1 checking for struct ifreq.ifr_broadaddr... yes #12 205.2 checking for struct ifreq.ifr_addr... yes #12 206.1 checking for struct ifreq.ifr_addr.sa_len... no #12 206.8 checking whether gcc understands -MMD -MF... yes #12 207.0 checking for X... no #12 207.5 checking AppKit/AppKit.h usability... yes #12 210.1 checking AppKit/AppKit.h presence... yes #12 210.6 checking for AppKit/AppKit.h... yes #12 210.6 checking for Mac OS X 12.0 or later... yes #12 210.7 checking for gcc... gcc #12 210.7 checking whether we are using the GNU Objective C compiler... yes #12 210.8 checking whether gcc accepts -g... yes #12 210.9 checking if the Objective C compiler supports instancetype... yes #12 211.0 checking if the Objective C compiler defaults to C99... no #12 211.1 checking whether malloc is Doug Lea style... no #12 211.3 checking for sbrk... yes #12 211.6 checking for __lsan_ignore_object... no #12 211.9 checking for fchmod... yes #12 212.3 checking for utmpname... yes #12 212.8 checking for utmpxname... yes #12 213.2 checking for canonicalize_file_name... yes #12 213.7 checking for realpath... yes #12 214.3 checking for lstat... yes #12 214.9 checking for fchmodat... yes #12 215.3 checking for lchmod... no #12 215.5 checking for fcntl... yes #12 216.0 checking for fdopendir... yes #12 216.6 checking for listxattr... yes #12 217.1 checking for fstatat... yes #12 217.6 checking for fsync... yes #12 218.3 checking for gettimeofday... yes #12 218.8 checking for memset_explicit... no #12 219.5 checking for memset_s... no #12 219.9 checking for pselect... yes #12 220.4 checking for readlink... yes #12 220.8 checking for isblank... yes #12 221.3 checking for iswctype... yes #12 221.9 checking for strtoimax... yes #12 222.5 checking for symlink... yes #12 223.1 checking for localtime_r... yes #12 223.7 checking for getdtablesize... yes #12 224.3 checking for getpagesize... yes #12 224.9 checking for working mmap... yes #12 225.9 checking for main in -lXbsd... no #12 226.3 checking for pthread library... -lpthread #12 227.6 checking for thread support... yes #12 227.7 checking for librsvg-2.0 >= 2.14.0... no #12 227.7 checking for libwebpdemux >= 0.6.0... no #12 227.8 checking for WebPGetInfo... no #12 228.4 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 228.5 checking for sqlite3_open_v2 in -lsqlite3... no #12 228.9 checking for getaddrinfo_a in -lanl... yes #12 229.5 checking for malloc_trim... yes #12 230.0 checking for dbus-1 >= 1.0... yes #12 230.1 checking for dbus_watch_get_unix_fd... yes #12 230.8 checking for dbus_type_is_valid... yes #12 231.4 checking for dbus_validate_bus_name... yes #12 232.2 checking for dbus_validate_path... yes #12 232.9 checking for dbus_validate_interface... yes #12 233.7 checking for dbus_validate_member... yes #12 234.5 checking for lgetfilecon in -lselinux... no #12 234.8 checking for gnutls >= 2.12.2... yes #12 235.0 checking for libsystemd >= 222... no #12 235.0 checking for jansson >= 2.7... no #12 235.1 checking for tree-sitter >= 0.20.2... no #12 235.2 checking for tree-sitter >= 0.6.3... no #12 235.3 checking sys/inotify.h usability... yes #12 235.7 checking sys/inotify.h presence... yes #12 235.8 checking for sys/inotify.h... yes #12 235.8 checking for inotify_init1... yes #12 236.6 checking for jpeglib 6b or later... no #12 236.9 checking for lcms2... no #12 237.0 checking for library containing inflateEnd... -lz #12 238.0 checking for dladdr... yes #12 238.6 checking for dlfunc... no #12 239.3 checking for libpng >= 1.0.0... no #12 239.4 checking for libpng not configured by pkg-config... no #12 239.6 checking tiffio.h usability... no #12 239.9 checking tiffio.h presence... no #12 240.0 checking for tiffio.h... no #12 240.0 checking gif_lib.h usability... no #12 240.3 checking gif_lib.h presence... no #12 240.4 checking for gif_lib.h... no #12 240.4 checking gpm.h usability... no #12 240.7 checking gpm.h presence... no #12 240.8 checking for gpm.h... no #12 240.8 checking for libxml-2.0 > 2.6.17... no #12 240.9 checking for maillock in -lmail... no #12 241.3 checking for maillock in -llockfile... no #12 241.7 checking for liblockfile.so... no #12 241.7 checking maillock.h usability... no #12 242.0 checking maillock.h presence... no #12 242.1 checking for maillock.h... no #12 242.2 checking linux/seccomp.h usability... yes #12 242.7 checking linux/seccomp.h presence... yes #12 242.8 checking for linux/seccomp.h... yes #12 242.9 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 243.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 243.7 checking linux/filter.h usability... yes #12 244.3 checking linux/filter.h presence... yes #12 244.5 checking for linux/filter.h... yes #12 244.6 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 244.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 244.6 checking for libseccomp >= 2.5.2... no #12 244.8 checking size of long... 8 #12 245.8 checking for accept4... yes #12 246.5 checking for fchdir... yes #12 247.2 checking for gethostname... yes #12 247.9 checking for getrusage... yes #12 248.6 checking for get_current_dir_name... yes #12 249.2 checking for lrand48... yes #12 249.8 checking for random... yes #12 250.5 checking for rint... yes #12 251.2 checking for tcdrain... yes #12 251.7 checking for trunc... yes #12 252.2 checking for select... yes #12 252.8 checking for getpagesize... (cached) yes #12 252.9 checking for setlocale... yes #12 253.6 checking for newlocale... yes #12 254.1 checking for getrlimit... yes #12 254.7 checking for setrlimit... yes #12 255.3 checking for shutdown... yes #12 255.9 checking for pthread_sigmask... (cached) yes #12 256.0 checking for strsignal... yes #12 256.5 checking for setitimer... yes #12 257.1 checking for sendto... yes #12 257.7 checking for recvfrom... yes #12 258.1 checking for getsockname... yes #12 258.7 checking for getifaddrs... yes #12 259.3 checking for freeifaddrs... yes #12 260.0 checking for gai_strerror... yes #12 260.5 checking for sync... yes #12 261.1 checking for endpwent... yes #12 261.6 checking for getgrent... yes #12 262.3 checking for endgrent... yes #12 263.0 checking for renameat2... yes #12 263.7 checking for cfmakeraw... yes #12 264.4 checking for cfsetspeed... yes #12 265.0 checking for __executable_start... yes #12 265.7 checking for log2... yes #12 266.6 checking for pthread_setname_np... yes #12 267.2 checking for pthread_set_name_np... no #12 267.9 checking for getpwent... yes #12 268.3 checking whether pthread_setname_np takes a single argument... no #12 268.5 checking whether pthread_setname_np takes three arguments... no #12 268.9 checking for aligned_alloc... yes #12 269.5 checking whether aligned_alloc is declared... yes #12 269.9 checking for posix_madvise... yes #12 270.5 checking for madvise... yes #12 271.0 checking for __builtin_frame_address... yes #12 271.5 checking for __builtin_unwind_init... yes #12 271.9 checking for _LARGEFILE_SOURCE value needed for large files... no #12 272.6 checking for grantpt... yes #12 273.1 checking for getpt... yes #12 273.8 checking for posix_openpt... yes #12 274.3 checking for library containing tputs... -ltinfo #12 275.6 checking whether -ltinfo library defines BC... yes #12 276.1 checking for timerfd interface... yes #12 276.5 checking whether signals can be handled on alternate stack... yes #12 277.0 checking valgrind/valgrind.h usability... no #12 277.4 checking valgrind/valgrind.h presence... no #12 277.6 checking for valgrind/valgrind.h... no #12 277.6 checking for struct unipair.unicode... yes #12 277.9 checking for pid_t... yes #12 278.9 checking vfork.h usability... no #12 279.4 checking vfork.h presence... no #12 279.5 checking for vfork.h... no #12 279.5 checking for fork... yes #12 280.0 checking for vfork... yes #12 280.3 checking for working fork... yes #12 281.0 checking for working vfork... (cached) yes #12 281.0 checking for snprintf... yes #12 281.6 checking for open_memstream... yes #12 282.1 checking spawn.h usability... yes #12 282.5 checking spawn.h presence... yes #12 282.6 checking for spawn.h... yes #12 282.6 checking for posix_spawn... yes #12 283.1 checking for posix_spawn_file_actions_addchdir... no #12 283.8 checking for posix_spawn_file_actions_addchdir_np... yes #12 284.4 checking for posix_spawnattr_setflags... yes #12 284.9 checking whether POSIX_SPAWN_SETSID is declared... yes #12 285.1 checking whether GLib is linked in... no #12 285.3 checking for nl_langinfo and CODESET... yes #12 285.9 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 286.4 checking for mbstate_t... yes #12 287.0 checking for signals via characters... yes #12 287.3 checking for _setjmp... yes #12 287.9 checking for sigsetjmp... yes #12 288.3 checking POSIX termios... yes #12 288.8 checking size of speed_t... 4 #12 289.4 checking for usable FIONREAD... yes #12 289.8 checking for usable SIGIO... yes #12 290.2 checking for struct alignment... yes #12 290.4 checking for C/C++ restrict keyword... __restrict__ #12 290.7 checking for typeof syntax and keyword spelling... typeof #12 291.1 checking for statement expressions... yes #12 291.3 checking whether malloc (0) returns nonnull... yes #12 291.7 checking sys/acl.h usability... yes #12 292.1 checking sys/acl.h presence... yes #12 292.3 checking for sys/acl.h... yes #12 292.3 checking for library containing acl_get_file... -lacl #12 293.4 checking for acl_get_file... yes #12 294.0 checking for acl_get_fd... yes #12 294.8 checking for acl_set_file... yes #12 295.4 checking for acl_set_fd... yes #12 296.0 checking for acl_free... yes #12 296.7 checking for acl_from_mode... yes #12 297.4 checking for acl_from_text... yes #12 297.9 checking for acl_delete_def_file... yes #12 298.4 checking for acl_extended_file... yes #12 299.0 checking for acl_delete_fd_np... no #12 299.7 checking for acl_delete_file_np... no #12 300.2 checking for acl_copy_ext_native... no #12 300.6 checking for acl_create_entry_np... no #12 301.2 checking for acl_to_short_text... no #12 301.9 checking for acl_free_text... no #12 302.4 checking for working acl_get_file... yes #12 303.1 checking acl/libacl.h usability... yes #12 303.5 checking acl/libacl.h presence... yes #12 303.7 checking for acl/libacl.h... yes #12 303.7 checking for acl_entries... yes #12 304.3 checking for ACL_FIRST_ENTRY... yes #12 304.5 checking for ACL_TYPE_EXTENDED... no #12 304.8 checking for working alloca.h... yes #12 305.4 checking for alloca... yes #12 305.8 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 305.8 checking whether the preprocessor supports include_next... yes #12 306.1 checking whether source code line length is unlimited... yes #12 306.2 checking whether endutent is declared... yes #12 306.5 checking for struct utmpx.ut_user... yes #12 307.0 checking for struct utmp.ut_user... yes #12 307.4 checking for struct utmpx.ut_name... yes #12 307.9 checking for struct utmp.ut_name... yes #12 308.3 checking for struct utmpx.ut_type... yes #12 308.7 checking for struct utmp.ut_type... yes #12 309.1 checking for struct utmpx.ut_pid... yes #12 309.6 checking for struct utmp.ut_pid... yes #12 310.1 checking for struct utmp.ut_tv... yes #12 311.0 checking for struct utmpx.ut_host... yes #12 311.3 checking for struct utmp.ut_host... yes #12 311.8 checking for struct utmpx.ut_id... yes #12 312.2 checking for struct utmp.ut_id... yes #12 312.6 checking for struct utmpx.ut_session... yes #12 313.1 checking for struct utmp.ut_session... yes #12 313.4 checking for struct utmpx.ut_exit... yes #12 314.2 checking for struct utmp.ut_exit... yes #12 315.0 checking for struct utmpx.ut_exit.ut_exit... no #12 315.7 checking for struct utmpx.ut_exit.e_exit... yes #12 316.2 checking for struct utmp.ut_exit.e_exit... yes #12 316.6 checking for struct utmpx.ut_exit.ut_termination... no #12 317.4 checking for struct utmpx.ut_exit.e_termination... yes #12 317.9 checking for struct utmp.ut_exit.e_termination... yes #12 318.4 checking whether sysinfo is declared... yes #12 318.6 checking for sys/sysctl.h... yes #12 319.2 checking for sysctl... yes #12 319.6 checking whether lstat correctly handles trailing slash... yes #12 320.4 checking whether // is distinct from /... no #12 320.5 checking whether realpath works... yes #12 321.5 checking for faccessat... yes #12 322.1 checking for getcwd... yes #12 322.7 checking whether byte ordering is bigendian... no #12 323.4 checking if environ is properly declared... yes #12 323.6 checking for complete errno.h... yes #12 323.7 checking whether ctype.h defines __header_inline... no #12 323.9 checking for mode_t... yes #12 324.5 checking whether strmode is declared... no #12 324.9 checking whether getline is declared... yes #12 325.4 checking for gawk... no #12 325.4 checking for mawk... mawk #12 325.4 checking for getopt.h... (cached) yes #12 325.4 checking for getopt_long_only... yes #12 325.7 checking whether getopt is POSIX compatible... yes #12 327.5 checking for working GNU getopt function... yes #12 328.3 checking for working GNU getopt_long function... yes #12 328.8 checking whether timespec_get is declared... yes #12 329.0 checking for timespec_get... yes #12 329.5 checking for struct timeval... yes #12 329.9 checking for wide-enough struct timeval.tv_sec member... yes #12 330.2 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 330.3 checking whether the compiler produces multi-arch binaries... no #12 330.5 checking whether stdint.h conforms to C99... yes #12 331.6 checking whether stdint.h works without ISO C predefines... yes #12 332.0 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 332.5 checking whether memmem is declared... yes #12 333.0 checking whether memrchr is declared... yes #12 333.4 checking whether defines MIN and MAX... no #12 333.6 checking whether defines MIN and MAX... yes #12 334.0 checking whether time_t is signed... yes #12 334.3 checking whether alarm is declared... yes #12 334.9 checking for working mktime... no #12 336.0 checking whether struct tm is in sys/time.h or time.h... time.h #12 336.3 checking for struct tm.tm_zone... yes #12 336.7 checking for struct tm.tm_gmtoff... yes #12 337.1 checking whether is self-contained... yes #12 338.1 checking for inline... inline #12 338.4 checking for sigset_t... yes #12 338.9 checking for volatile sig_atomic_t... yes #12 339.4 checking for sighandler_t... yes #12 340.0 checking for wchar_t... yes #12 340.2 checking for good max_align_t... yes #12 340.4 checking whether NULL can be used in arbitrary expressions... yes #12 340.6 checking for unreachable... no #12 341.3 checking whether fcloseall is declared... yes #12 341.8 checking whether getw is declared... yes #12 342.3 checking whether putw is declared... yes #12 342.9 checking which flavor of printf attribute matches inttypes macros... system #12 343.4 checking whether strnlen is declared... yes #12 343.8 checking whether strtoimax is declared... yes #12 344.2 checking whether stat file-mode macros are broken... no #12 344.6 checking for nlink_t... yes #12 345.1 checking for struct timespec in ... yes #12 345.3 checking for TIME_UTC in ... yes #12 345.7 checking whether execvpe is declared... yes #12 346.3 checking whether clearerr_unlocked is declared... yes #12 347.0 checking whether feof_unlocked is declared... yes #12 347.5 checking whether ferror_unlocked is declared... yes #12 348.1 checking whether fflush_unlocked is declared... yes #12 348.7 checking whether fgets_unlocked is declared... yes #12 349.3 checking whether fputc_unlocked is declared... yes #12 349.9 checking whether fputs_unlocked is declared... yes #12 350.5 checking whether fread_unlocked is declared... yes #12 350.8 checking whether fwrite_unlocked is declared... yes #12 351.3 checking whether getc_unlocked is declared... yes #12 351.8 checking whether getchar_unlocked is declared... yes #12 352.3 checking whether putc_unlocked is declared... yes #12 352.9 checking whether putchar_unlocked is declared... yes #12 353.5 checking type of array argument to getgroups... gid_t #12 354.2 checking whether getdelim is declared... yes #12 354.6 checking whether getdtablesize is declared... yes #12 355.1 checking whether malloc is ptrdiff_t safe... yes #12 355.4 checking whether malloc, realloc, calloc set errno on failure... yes #12 355.4 checking for O_CLOEXEC... yes #12 355.6 checking for promoted mode_t type... mode_t #12 355.8 checking whether the utimes function works... yes #12 356.7 checking for C compiler option to allow warnings... -Wno-error #12 357.1 checking for alignas and alignof... yes, macros #12 357.6 checking for alloca as a compiler built-in... yes #12 357.7 checking for static_assert... yes, an macro #12 358.0 checking for __builtin_expect... yes #12 358.4 checking byteswap.h usability... yes #12 358.8 checking byteswap.h presence... yes #12 358.9 checking for byteswap.h... yes #12 359.0 checking for readlinkat... yes #12 359.5 checking for library containing clock_gettime... none required #12 359.9 checking for clock_getres... yes #12 360.4 checking for clock_gettime... yes #12 360.9 checking for clock_settime... yes #12 361.5 checking for copy_file_range... yes #12 362.1 checking for d_type member in directory struct... yes #12 362.6 checking whether // is distinct from /... (cached) no #12 362.6 checking whether dup2 works... yes #12 363.5 checking for library containing backtrace_symbols_fd... none required #12 364.0 checking for faccessat... (cached) yes #12 364.0 checking whether fchmodat works... no #12 364.6 checking for readlinkat... (cached) yes #12 364.6 checking whether fcntl handles F_DUPFD correctly... yes #12 365.2 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 366.0 checking whether fdopendir is declared... yes #12 366.2 checking whether fdopendir works... yes #12 366.9 checking for flexible array member... yes #12 367.3 checking for __fpending... yes #12 367.8 checking whether __fpending is declared... yes #12 368.0 checking whether free is known to preserve errno... no #12 368.2 checking whether fstatat (..., 0) works... yes #12 368.7 checking for sys/mount.h... yes #12 369.1 checking for statvfs function (SVR4)... yes #12 369.6 checking whether to use statvfs64... no #12 369.8 checking for two-argument statfs with statfs.f_frsize member... yes #12 370.5 checking sys/fs/s5param.h usability... no #12 370.8 checking sys/fs/s5param.h presence... no #12 370.9 checking for sys/fs/s5param.h... no #12 371.0 checking sys/statfs.h usability... yes #12 371.4 checking sys/statfs.h presence... yes #12 371.5 checking for sys/statfs.h... yes #12 371.5 checking for statfs that truncates block counts... no #12 371.8 checking for futimens... yes #12 372.3 checking whether futimens works... yes #12 373.8 checking for getline... yes #12 374.3 checking for working getline function... yes #12 375.1 checking for getloadavg... yes #12 375.6 checking sys/loadavg.h usability... no #12 376.0 checking sys/loadavg.h presence... no #12 376.2 checking for sys/loadavg.h... no #12 376.2 checking whether getloadavg is declared... yes #12 376.5 checking for getrandom... yes #12 377.0 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 377.4 checking for gettimeofday with POSIX signature... yes #12 377.7 checking whether the compiler supports the __inline keyword... yes #12 378.0 checking gmp.h usability... yes #12 378.5 checking gmp.h presence... yes #12 378.7 checking for gmp.h... yes #12 378.8 checking for library containing __gmpz_roinit_n... -lgmp #12 380.0 checking for memmem... yes #12 380.7 checking whether memmem works... yes #12 381.4 checking for mempcpy... yes #12 382.0 checking for memrchr... yes #12 382.5 checking for explicit_memset... no #12 383.2 checking for mkostemp... yes #12 383.6 checking for library containing nanosleep... none required #12 384.1 checking for working nanosleep... no (mishandles large arguments) #12 385.7 checking for sys/pstat.h... no #12 386.1 checking for sys/sysmp.h... no #12 386.5 checking for sys/param.h... (cached) yes #12 386.6 checking for sys/sysctl.h... (cached) yes #12 386.6 checking for sched_getaffinity_np... no #12 387.2 checking for pstat_getdynamic... no #12 387.9 checking for sysmp... no #12 388.5 checking for sysctl... (cached) yes #12 388.6 checking for sched_getaffinity... yes #12 389.3 checking for glibc compatible sched_getaffinity... yes #12 389.6 checking for pipe2... yes #12 390.1 checking whether signature of pselect conforms to POSIX... yes #12 390.5 checking whether pselect detects invalid fds... yes #12 391.3 checking whether pthread_sigmask is a macro... no #12 391.4 checking whether pthread_sigmask returns error numbers... yes #12 392.1 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 394.5 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 395.6 checking whether readlink signature is correct... yes #12 396.0 checking whether readlink handles trailing slash correctly... yes #12 396.6 checking whether readlink truncates results correctly... yes #12 397.0 checking for readlinkat... (cached) yes #12 397.0 checking whether readlinkat signature is correct... yes #12 397.4 checking for working re_compile_pattern... no #12 398.6 checking libintl.h usability... yes #12 399.0 checking libintl.h presence... yes #12 399.2 checking for libintl.h... yes #12 399.2 checking whether isblank is declared... yes #12 399.5 checking for sig2str... no #12 400.0 checking for sigdescr_np... no #12 400.4 checking for socklen_t... yes #12 400.9 checking for ssize_t... yes #12 401.1 checking for struct stat.st_atim.tv_nsec... yes #12 401.4 checking whether struct stat.st_atim is of type struct timespec... yes #12 401.7 checking for struct stat.st_birthtimespec.tv_nsec... no #12 402.2 checking for struct stat.st_birthtimensec... no #12 402.7 checking for struct stat.st_birthtim.tv_nsec... no #12 403.3 checking for bool, true, false... no #12 403.4 checking for stpcpy... yes #12 403.9 checking for working strnlen... yes #12 404.5 checking whether strtoimax works... yes #12 405.0 checking whether symlink handles trailing slash correctly... yes #12 405.6 checking whether localtime_r is declared... yes #12 405.8 checking whether localtime_r is compatible with its POSIX signature... yes #12 406.2 checking whether localtime works even near extrema... yes #12 406.7 checking for timezone_t... no #12 407.0 checking for timegm... yes #12 407.6 checking whether timer_settime is declared... yes #12 407.9 checking for library containing timer_settime... -lrt #12 409.0 checking for timer_settime... yes #12 409.5 checking for utimensat... yes #12 410.0 checking whether utimensat works... yes #12 411.6 checking for variable-length arrays... yes #12 412.1 checking whether getdtablesize works... yes #12 412.7 checking for __mktime_internal... no #12 413.6 checking for timer_getoverrun... yes #12 414.2 checking for gcc option to disable position independent executables... not needed #12 414.2 checking for __ctype_get_mb_cur_max... yes #12 414.7 checking whether MB_CUR_MAX is defined to function that won't link... no #12 414.9 #12 414.9 Configured for 'x86_64-pc-linux-gnu'. #12 414.9 #12 414.9 Where should the build process find the source code? . #12 414.9 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 414.9 Should Emacs use the GNU version of malloc? no #12 414.9 (The GNU allocators don't work with this system configuration.) #12 414.9 Should Emacs use a relocating allocator for buffers? no #12 414.9 Should Emacs use mmap(2) for buffer allocation? no #12 414.9 What window system should Emacs use? nextstep #12 414.9 What toolkit should Emacs use? none #12 414.9 Where do we find X Windows header files? NONE #12 414.9 Where do we find X Windows libraries? NONE #12 414.9 Does Emacs use -lXaw3d? no #12 414.9 Is Emacs being built for Android? no #12 414.9 Does Emacs use the X Double Buffer Extension? no #12 414.9 Does Emacs use -lXpm? no #12 414.9 Does Emacs use -ljpeg? no #12 414.9 Does Emacs use -ltiff? no #12 414.9 Does Emacs use a gif library? no #12 414.9 Does Emacs use a png library? no #12 414.9 Does Emacs use -lrsvg-2? no #12 414.9 Does Emacs use -lwebp? no #12 414.9 Does Emacs use -lsqlite3? no #12 414.9 Does Emacs use cairo? no #12 414.9 Does Emacs use -llcms2? no #12 414.9 Does Emacs use imagemagick? no #12 414.9 Does Emacs use native APIs for images? yes (ns) #12 414.9 Does Emacs support sound? yes #12 414.9 Does Emacs use -lgpm? no #12 414.9 Does Emacs use -ldbus? yes #12 414.9 Does Emacs use -lgconf? no #12 414.9 Does Emacs use GSettings? no #12 414.9 Does Emacs use a file notification library? yes -lglibc (inotify) #12 414.9 Does Emacs use access control lists? yes -lacl -lattr #12 414.9 Does Emacs use -lselinux? no #12 414.9 Does Emacs use -lgnutls? yes #12 414.9 Does Emacs use -lxml2? no #12 414.9 Does Emacs use -lfreetype? no #12 414.9 Does Emacs use HarfBuzz? no #12 414.9 Does Emacs use -lm17n-flt? no #12 414.9 Does Emacs use -lotf? no #12 414.9 Does Emacs use -lxft? no #12 414.9 Does Emacs use -lsystemd? no #12 414.9 Does Emacs use -ljansson? no #12 414.9 Does Emacs use -ltree-sitter? no #12 414.9 Does Emacs use the GMP library? yes #12 414.9 Does Emacs directly use zlib? yes #12 414.9 Does Emacs have dynamic modules support? yes #12 414.9 Does Emacs use toolkit scroll bars? yes #12 414.9 Does Emacs support Xwidgets? no #12 414.9 Does Emacs have threading support in lisp? yes #12 414.9 Does Emacs support the portable dumper? yes #12 414.9 Does Emacs support legacy unexec dumping? no #12 414.9 Which dumping strategy does Emacs use? pdumper #12 414.9 Does Emacs have native lisp compiler? no #12 414.9 Does Emacs use version 2 of the X Input Extension? no #12 414.9 Does Emacs generate a smaller-size Japanese dictionary? no #12 414.9 #12 414.9 #12 414.9 #12 414.9 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 414.9 Run 'make install' in order to build an application bundle. #12 414.9 The application will go to nextstep/Emacs.app and can be run or moved #12 414.9 from there. #12 414.9 The application will be fully self-contained. #12 414.9 #12 416.2 configure: creating ./config.status #12 416.8 configure: WARNING: This configuration installs a 'movemail' program #12 416.8 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 416.8 installed a 'movemail' program that retrieved POP3 email via only #12 416.8 insecure channels, a practice that is no longer recommended but that #12 416.8 you can continue to support by using './configure --with-pop'. #12 416.9 configure: You might want to install GNU Mailutils #12 416.9 and use './configure --with-mailutils'. #12 418.5 MAKE='make' ./config.status #12 419.0 config.status: creating src/verbose.mk #12 419.3 config.status: creating src/emacs-module.h #12 419.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 419.7 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 419.9 config.status: creating Makefile #12 420.0 config.status: creating lib/gnulib.mk #12 420.3 config.status: creating ./doc/man/emacs.1 #12 420.4 config.status: creating lib/Makefile #12 420.6 config.status: creating lib-src/Makefile #12 420.8 config.status: creating oldXMenu/Makefile #12 421.0 config.status: creating src/Makefile #12 421.1 config.status: creating lwlib/Makefile #12 421.3 config.status: creating nextstep/Makefile #12 421.6 config.status: creating nt/Makefile #12 421.8 config.status: creating doc/emacs/Makefile #12 422.0 config.status: creating doc/misc/Makefile #12 422.2 config.status: creating doc/lispintro/Makefile #12 422.4 config.status: creating doc/lispref/Makefile #12 422.6 config.status: creating lisp/Makefile #12 422.7 config.status: creating leim/Makefile #12 423.0 config.status: creating test/Makefile #12 423.3 config.status: creating test/manual/noverlay/Makefile #12 423.5 config.status: creating test/infra/Makefile #12 423.7 config.status: creating admin/charsets/Makefile #12 423.9 config.status: creating admin/unidata/Makefile #12 424.1 config.status: creating admin/grammars/Makefile #12 424.4 config.status: creating java/Makefile #12 424.6 config.status: creating cross/Makefile #12 424.8 config.status: creating java/AndroidManifest.xml #12 425.0 config.status: creating src/config.h #12 425.2 config.status: executing src/epaths.h commands #12 425.2 make[3]: Entering directory '/checkout' #12 425.4 make[3]: Leaving directory '/checkout' #12 425.4 config.status: executing src/.gdbinit commands #12 425.5 config.status: executing doc/emacs/emacsver.texi commands #12 425.5 config.status: executing etc-refcards-emacsver.tex commands #12 425.5 make[3]: Entering directory '/checkout' #12 425.7 make[3]: Leaving directory '/checkout' #12 425.7 make[2]: Leaving directory '/checkout' #12 425.7 make actual-all #12 425.7 make[2]: Entering directory '/checkout' #12 426.1 make -C lib all #12 426.4 make[3]: Entering directory '/checkout/lib' #12 426.4 GEN alloca.h #12 426.4 GEN dirent.h #12 426.5 GEN fcntl.h #12 426.6 GEN malloc/dynarray.gl.h #12 426.7 GEN malloc/dynarray-skeleton.gl.h #12 426.7 GEN inttypes.h #12 426.8 GEN limits.h #12 426.8 GEN signal.h #12 426.9 GEN stdckdint.h #12 427.0 GEN stddef.h #12 427.0 GEN stdio.h #12 427.5 GEN stdlib.h #12 428.1 GEN string.h #12 428.4 GEN sys/random.h #12 428.5 GEN sys/select.h #12 428.6 GEN sys/stat.h #12 428.7 GEN sys/time.h #12 428.8 GEN sys/types.h #12 428.8 GEN time.h #12 429.0 GEN unistd.h #12 429.7 CC fingerprint.o #12 429.9 CC mktime.o #12 430.9 CC acl-errno-valid.o #12 431.3 CC acl-internal.o #12 431.9 CC get-permissions.o #12 432.4 CC set-permissions.o #12 433.1 CC allocator.o #12 433.4 CC binary-io.o #12 433.7 CC boot-time.o #12 434.5 CC c-ctype.o #12 435.1 CC c-strcasecmp.o #12 435.4 CC c-strncasecmp.o #12 435.8 CC careadlinkat.o #12 436.4 CC close-stream.o #12 436.8 CC copy-file-range.o #12 437.2 CC count-leading-zeros.o #12 437.6 CC count-one-bits.o #12 437.9 CC count-trailing-zeros.o #12 438.1 CC md5-stream.o #12 438.5 CC md5.o #12 439.5 CC sha1.o #12 442.1 CC sha256.o #12 446.5 CC sha512.o #12 453.2 CC dtoastr.o #12 453.6 CC dtotimespec.o #12 454.0 CC fchmodat.o #12 454.7 CC fcntl.o #12 455.2 CC file-has-acl.o #12 456.1 CC filemode.o #12 456.7 CC filevercmp.o #12 457.8 CC free.o #12 458.1 CC fsusage.o #12 458.7 CC gettime.o #12 459.0 CC malloc/dynarray_at_failure.o #12 459.5 CC malloc/dynarray_emplace_enlarge.o #12 459.9 CC malloc/dynarray_finalize.o #12 460.3 CC malloc/dynarray_resize.o #12 460.8 CC malloc/dynarray_resize_clear.o #12 461.1 CC memset_explicit.o #12 461.5 CC nanosleep.o #12 462.1 CC nproc.o #12 462.9 CC nstrftime.o #12 466.7 CC pipe2.o #12 467.3 CC qcopy-acl.o #12 467.8 CC regex.o #12 492.7 CC sig2str.o #12 493.6 CC sigdescr_np.o #12 494.1 CC stat-time.o #12 494.5 CC tempname.o #12 495.5 CC time_rz.o #12 496.6 CC timegm.o #12 497.0 CC timespec.o #12 497.4 CC timespec-add.o #12 497.9 CC timespec-sub.o #12 498.3 CC u64.o #12 498.5 CC unistd.o #12 498.8 CC openat-die.o #12 499.3 CC save-cwd.o #12 499.7 AR libgnu.a #12 500.6 make[3]: Leaving directory '/checkout/lib' #12 500.6 make -C lib-src all #12 500.6 make[3]: Entering directory '/checkout/lib-src' #12 500.6 CCLD etags #12 523.5 CCLD ctags #12 546.6 CCLD emacsclient #12 551.1 CCLD ebrowse #12 559.7 CCLD hexl #12 561.2 CC pop.o #12 561.5 CCLD movemail #12 563.0 CCLD make-docfile #12 566.6 CCLD make-fingerprint #12 567.7 make[3]: Leaving directory '/checkout/lib-src' #12 567.7 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 567.7 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 568.6 make[3]: Entering directory '/checkout/src' #12 568.6 GEN globals.h #12 569.2 CC dispnew.o #12 588.5 CC frame.o #12 615.0 CC scroll.o #12 618.5 CC xdisp.o #12 787.2 CC menu.o #12 795.4 CC window.o #12 833.4 CC charset.o #12 848.4 CC coding.o #12 914.2 CC category.o #12 917.7 CC ccl.o #12 929.4 CC character.o #12 936.9 CC chartab.o #12 946.6 CC bidi.o #12 955.7 CC cm.o #12 958.0 CC term.o #12 973.4 CC terminal.o #12 976.6 CC xfaces.o #12 1006. CC dbusbind.o #12 1023. CC emacs.o #12 1032. CC keyboard.o #12 1086. CC macros.o #12 1089. CC keymap.o #12 1106. CC sysdep.o #12 1116. CC bignum.o #12 1119. CC buffer.o #12 1138. CC filelock.o #12 1141. CC insdel.o #12 1150. CC marker.o #12 1154. CC minibuf.o #12 1168. CC fileio.o #12 1189. CC dired.o #12 1193. CC cmds.o #12 1198. CC casetab.o #12 1200. CC casefiddle.o #12 1204. CC indent.o #12 1217. CC search.o #12 1230. CC regex-emacs.o #12 1261. CC undo.o #12 1264. CC alloc.o #12 1284. CC pdumper.o #12 1300. CC data.o #12 1322. GEN buildobj.h #12 1324. CC doc.o #12 1329. CC editfns.o #12 1352. CC callint.o #12 1358. CC eval.o #12 1379. CC floatfns.o #12 1383. CC fns.o #12 1415. CC sort.o #12 1418. CC font.o #12 1447. CC print.o #12 1461. CC lread.o #12 1485. CC emacs-module.o #12 1494. CC syntax.o #12 1517. CC bytecode.o #12 1530. CC comp.o #12 1532. CC dynlib.o #12 1532. CC process.o #12 1563. CC gnutls.o #12 1573. CC callproc.o #12 1580. CC region-cache.o #12 1583. CC sound.o #12 1586. CC timefns.o #12 1594. CC atimer.o #12 1596. CC doprnt.o #12 1599. CC intervals.o #12 1610. CC textprop.o #12 1622. CC composite.o #12 1635. CC xml.o #12 1636. CC lcms.o #12 1637. CC inotify.o #12 1640. CC profiler.o #12 1644. CC decompress.o #12 1647. CC thread.o #12 1651. CC systhread.o #12 1652. CC sqlite.o #12 1654. CC treesit.o #12 1655. CC itree.o #12 1659. CC fontset.o #12 1673. CC fringe.o #12 1682. CC image.o #12 1696. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 1696. 143 | #define PIX_MASK_DRAW 1 #12 1696. | #12 1697. CC nsterm.o #12 1697. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1697. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1699. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1699. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1699. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1699. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1699. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1699. | ^~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1699. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1699. | ^~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1699. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1699. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1699. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1699. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 88 | #if GS_API_VERSION(0,011500) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1699. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1699. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1699. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1699. | ^~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1699. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1699. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1699. | ^~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1699. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1699. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1699. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1699. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1699. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1699. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1699. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1699. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 45 | #if GS_EXPOSE(NSArchiver) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 114 | #if GS_EXPOSE(NSBundle) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 43 | #if GS_EXPOSE(NSCache) #12 1699. | ^~~~~~~~~~~~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 113 | #if GS_EXPOSE(NSException) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1699. 303 | NSGetUncaughtExceptionHandler(); #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 53 | #if GS_EXPOSE(NSExpression) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 47 | #if GS_EXPOSE(NSTimer) #12 1699. | ^~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1699. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1699. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 46 | #if GS_EXPOSE(NSRunLoop) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1699. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 40 | #if GS_EXPOSE(NSDistantObject) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 74 | #if GS_EXPOSE(NSLock) #12 1699. | ^~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 125 | #if GS_EXPOSE(NSCondition) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 175 | #if GS_EXPOSE(NSConditionLock) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1699. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 134 | #if GS_EXPOSE(NSError) #12 1699. | ^~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1699. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 182 | #if GS_EXPOSE(NSURLHandle) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 73 | #if GS_EXPOSE(NSURL) #12 1699. | ^~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1699. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 633 | #if GS_EXPOSE(NSURLComponents) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 160 | #if GS_EXPOSE(NSPipe) #12 1699. | ^~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 215 | #if GS_EXPOSE(NSFileManager) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 42 | #if GS_EXPOSE(NSHost) #12 1699. | ^~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 47 | #if GS_EXPOSE(NSIndexPath) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 49 | #if GS_EXPOSE(NSIndexSet) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1699. | ^ #12 1699. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1699. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1699. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1699. from nsgui.h:34, #12 1699. from dispextern.h:137, #12 1699. from nsterm.h:22, #12 1699. from nsterm.m:48: #12 1699. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 38 | #if GS_EXPOSE(NSInvocation) #12 1699. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1699. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1699. | ^ #12 1699. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1699. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1699. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1700. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1700. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1700. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 103 | #if GS_EXPOSE(NSLocale) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1700. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 361 | #if GS_EXPOSE(NSNetService) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 53 | #if GS_EXPOSE(NSPortCoder) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1700. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 77 | #if GS_EXPOSE(NSPort) #12 1700. | ^~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 202 | #if GS_EXPOSE(NSSocketPort) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 284 | #if GS_EXPOSE(NSMessagePort) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 47 | #if GS_EXPOSE(NSPortMessage) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 53 | #if GS_EXPOSE(NSProgress) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 42 | #if GS_EXPOSE(NSScanner) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 58 | #if GS_EXPOSE(NSSpellServer) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1700. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 51 | #if GS_EXPOSE(NSTask) #12 1700. | ^~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1700. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 59 | #if GS_EXPOSE(NSThread) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1700. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 87 | #if GS_EXPOSE(NSUndoManager) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 105 | #if GS_EXPOSE(NSURLCache) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 48 | #if GS_EXPOSE(NSURLConnection) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 56 | #if GS_EXPOSE(NSURLCredential) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 49 | #if GS_EXPOSE(NSURLDownload) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 92 | #if GS_EXPOSE(NSURLRequest) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 49 | #if GS_EXPOSE(NSURLResponse) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1700. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1700. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 72 | #if GS_EXPOSE(NSXMLParser) #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1700. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1700. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1700. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1700. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1700. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1700. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1700. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1700. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1700. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1700. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1700. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1700. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1700. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1700. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1700. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1700. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1700. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1700. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1700. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1700. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1700. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1700. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1700. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1700. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1700. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1700. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1700. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1700. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1700. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1700. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1700. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1700. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1700. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1700. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1700. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1700. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1700. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1700. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1700. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1700. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1700. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1700. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1700. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1700. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1700. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1700. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1700. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1700. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1700. | ^~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1700. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1700. | ^~~~~~~~~~~~~~~~~~~~ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1700. | ^ #12 1700. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1700. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1700. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1700. from nsgui.h:34, #12 1700. from dispextern.h:137, #12 1700. from nsterm.h:22, #12 1700. from nsterm.m:48: #12 1700. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1700. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1700. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1701. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1701. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1701. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1701. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1701. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1701. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1701. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1701. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1701. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1701. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1701. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1701. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1701. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1701. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1701. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1701. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1701. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1701. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1701. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1701. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1701. | ^ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1701. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1701. | ^ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 125 | __attribute__((unused)); #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 129 | __attribute__((unused)); #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 133 | __attribute__((unused)); #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 214 | __attribute__((unused)); #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 247 | __attribute__((unused)); #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 251 | __attribute__((unused)); #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 259 | __attribute__((unused)); #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 263 | __attribute__((unused)); #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 267 | __attribute__((unused)); #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 271 | __attribute__((unused)); #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 275 | __attribute__((unused)); #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 287 | __attribute__((unused)); #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 311 | __attribute__((unused)); #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 323 | __attribute__((unused)); #12 1701. | ^~~~~~~~~~~~~ #12 1701. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1701. from nsgui.h:34, #12 1701. from dispextern.h:137, #12 1701. from nsterm.h:22, #12 1701. from nsterm.m:48: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 493 | PSgsave() #12 1701. | ^~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 499 | PSgrestore() #12 1701. | ^~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 505 | PSinitgraphics() #12 1701. | ^~~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 622 | PSinitmatrix() #12 1701. | ^~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 669 | PSclip() #12 1701. | ^~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 675 | PSclosepath() #12 1701. | ^~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 687 | PSeoclip() #12 1701. | ^~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 693 | PSeofill() #12 1701. | ^~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 699 | PSfill() #12 1701. | ^~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 705 | PSflattenpath() #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 711 | PSinitclip() #12 1701. | ^~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 729 | PSnewpath() #12 1701. | ^~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 765 | PSreversepath() #12 1701. | ^~~~~~~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 783 | PSstroke() #12 1701. | ^~~~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1701. 835 | PSWait() #12 1701. | ^~~~~~ #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1701. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1701. nsterm.m: In function 'ns_set_undecorated': #12 1701. nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 1701. 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 1701. | ^ #12 1701. nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 1702. nsterm.m: In function '-[EmacsView showFontPanel]': #12 1702. nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 1702. 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #12 1702. | ^ #12 1735. CC nsfns.o #12 1735. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1735. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1736. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1736. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1736. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1736. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1736. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1736. | ^~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1736. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1736. | ^~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1736. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1736. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1736. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1736. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 88 | #if GS_API_VERSION(0,011500) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1736. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1736. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1736. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1736. | ^~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1736. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1736. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1736. | ^~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1736. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1736. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1736. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1736. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1736. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1736. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1736. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1736. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 45 | #if GS_EXPOSE(NSArchiver) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 114 | #if GS_EXPOSE(NSBundle) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 43 | #if GS_EXPOSE(NSCache) #12 1736. | ^~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 113 | #if GS_EXPOSE(NSException) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1736. 303 | NSGetUncaughtExceptionHandler(); #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 53 | #if GS_EXPOSE(NSExpression) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 47 | #if GS_EXPOSE(NSTimer) #12 1736. | ^~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1736. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1736. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 46 | #if GS_EXPOSE(NSRunLoop) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1736. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 40 | #if GS_EXPOSE(NSDistantObject) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 74 | #if GS_EXPOSE(NSLock) #12 1736. | ^~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 125 | #if GS_EXPOSE(NSCondition) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 175 | #if GS_EXPOSE(NSConditionLock) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1736. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 134 | #if GS_EXPOSE(NSError) #12 1736. | ^~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1736. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 182 | #if GS_EXPOSE(NSURLHandle) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 73 | #if GS_EXPOSE(NSURL) #12 1736. | ^~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1736. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 633 | #if GS_EXPOSE(NSURLComponents) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 160 | #if GS_EXPOSE(NSPipe) #12 1736. | ^~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 215 | #if GS_EXPOSE(NSFileManager) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 42 | #if GS_EXPOSE(NSHost) #12 1736. | ^~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 47 | #if GS_EXPOSE(NSIndexPath) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 49 | #if GS_EXPOSE(NSIndexSet) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 38 | #if GS_EXPOSE(NSInvocation) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 103 | #if GS_EXPOSE(NSLocale) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 361 | #if GS_EXPOSE(NSNetService) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 53 | #if GS_EXPOSE(NSPortCoder) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 77 | #if GS_EXPOSE(NSPort) #12 1736. | ^~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 202 | #if GS_EXPOSE(NSSocketPort) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 284 | #if GS_EXPOSE(NSMessagePort) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 47 | #if GS_EXPOSE(NSPortMessage) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 53 | #if GS_EXPOSE(NSProgress) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 42 | #if GS_EXPOSE(NSScanner) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 58 | #if GS_EXPOSE(NSSpellServer) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 51 | #if GS_EXPOSE(NSTask) #12 1736. | ^~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 59 | #if GS_EXPOSE(NSThread) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1736. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 87 | #if GS_EXPOSE(NSUndoManager) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 105 | #if GS_EXPOSE(NSURLCache) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 48 | #if GS_EXPOSE(NSURLConnection) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 56 | #if GS_EXPOSE(NSURLCredential) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 49 | #if GS_EXPOSE(NSURLDownload) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 92 | #if GS_EXPOSE(NSURLRequest) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 49 | #if GS_EXPOSE(NSURLResponse) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1736. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1736. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1736. | ^ #12 1736. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1736. | ^ #12 1736. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1736. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1736. from nsgui.h:34, #12 1736. from dispextern.h:137, #12 1736. from nsterm.h:22, #12 1736. from nsfns.m:38: #12 1736. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1736. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1736. | ^ #12 1737. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1737. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1737. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 72 | #if GS_EXPOSE(NSXMLParser) #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1737. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1737. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1737. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1737. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1737. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1737. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1737. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1737. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1737. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1737. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1737. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1737. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1737. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1737. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1737. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1737. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1737. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1737. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1737. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1737. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1737. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1737. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1737. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1737. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1737. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1737. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1737. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1737. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1737. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1737. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1737. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1737. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1737. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1737. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1737. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1737. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1737. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1737. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1737. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1737. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1737. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1737. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1737. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1737. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1737. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1737. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1737. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1737. | ^~~~~~~~~~~~~~~~~~~~ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1737. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1737. | ^~~~~~~~~~~~~~~~~~~~ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1737. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1737. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1737. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1737. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1737. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1737. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1737. | ^ #12 1737. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1737. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1737. from nsgui.h:34, #12 1737. from dispextern.h:137, #12 1737. from nsterm.h:22, #12 1737. from nsfns.m:38: #12 1737. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1737. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1737. | ^ #12 1738. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1738. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1738. | ^ #12 1738. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1738. from nsgui.h:34, #12 1738. from dispextern.h:137, #12 1738. from nsterm.h:22, #12 1738. from nsfns.m:38: #12 1738. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1738. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1738. | ^ #12 1738. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1738. from nsgui.h:34, #12 1738. from dispextern.h:137, #12 1738. from nsterm.h:22, #12 1738. from nsfns.m:38: #12 1738. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1738. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1738. | ^ #12 1738. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1738. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1738. | ^ #12 1738. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1738. from nsgui.h:34, #12 1738. from dispextern.h:137, #12 1738. from nsterm.h:22, #12 1738. from nsfns.m:38: #12 1738. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1738. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1738. | ^ #12 1738. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1738. from nsgui.h:34, #12 1738. from dispextern.h:137, #12 1738. from nsterm.h:22, #12 1738. from nsfns.m:38: #12 1738. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1738. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1738. | ^ #12 1738. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1738. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1738. | ^ #12 1738. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1738. from nsgui.h:34, #12 1738. from dispextern.h:137, #12 1738. from nsterm.h:22, #12 1738. from nsfns.m:38: #12 1738. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1738. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1738. | ^ #12 1738. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1738. from nsgui.h:34, #12 1738. from dispextern.h:137, #12 1738. from nsterm.h:22, #12 1738. from nsfns.m:38: #12 1738. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1738. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1738. | ^ #12 1738. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1738. from nsgui.h:34, #12 1738. from dispextern.h:137, #12 1738. from nsterm.h:22, #12 1738. from nsfns.m:38: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1738. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1738. | ^ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 125 | __attribute__((unused)); #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 129 | __attribute__((unused)); #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 133 | __attribute__((unused)); #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 214 | __attribute__((unused)); #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 247 | __attribute__((unused)); #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 251 | __attribute__((unused)); #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 259 | __attribute__((unused)); #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 263 | __attribute__((unused)); #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 267 | __attribute__((unused)); #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 271 | __attribute__((unused)); #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 275 | __attribute__((unused)); #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 287 | __attribute__((unused)); #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 311 | __attribute__((unused)); #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 323 | __attribute__((unused)); #12 1738. | ^~~~~~~~~~~~~ #12 1738. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1738. from nsgui.h:34, #12 1738. from dispextern.h:137, #12 1738. from nsterm.h:22, #12 1738. from nsfns.m:38: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 493 | PSgsave() #12 1738. | ^~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 499 | PSgrestore() #12 1738. | ^~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 505 | PSinitgraphics() #12 1738. | ^~~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 622 | PSinitmatrix() #12 1738. | ^~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 669 | PSclip() #12 1738. | ^~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 675 | PSclosepath() #12 1738. | ^~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 687 | PSeoclip() #12 1738. | ^~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 693 | PSeofill() #12 1738. | ^~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 699 | PSfill() #12 1738. | ^~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 705 | PSflattenpath() #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 711 | PSinitclip() #12 1738. | ^~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 729 | PSnewpath() #12 1738. | ^~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 765 | PSreversepath() #12 1738. | ^~~~~~~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 783 | PSstroke() #12 1738. | ^~~~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1738. 835 | PSWait() #12 1738. | ^~~~~~ #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1738. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1738. nsfns.m: At top level: #12 1738. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 1738. 689 | ns_make_frame_key_window (struct frame *f) #12 1738. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1754. CC nsmenu.o #12 1754. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1754. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1755. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1755. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1755. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1755. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1755. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1755. | ^~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1755. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1755. | ^~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1755. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1755. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1755. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1755. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 88 | #if GS_API_VERSION(0,011500) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1755. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1755. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1755. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1755. | ^~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1755. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1755. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1755. | ^~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1755. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1755. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1755. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1755. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1755. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1755. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1755. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1755. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 45 | #if GS_EXPOSE(NSArchiver) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 114 | #if GS_EXPOSE(NSBundle) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 43 | #if GS_EXPOSE(NSCache) #12 1755. | ^~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 113 | #if GS_EXPOSE(NSException) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1755. 303 | NSGetUncaughtExceptionHandler(); #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 53 | #if GS_EXPOSE(NSExpression) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 47 | #if GS_EXPOSE(NSTimer) #12 1755. | ^~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1755. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1755. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 46 | #if GS_EXPOSE(NSRunLoop) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1755. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 40 | #if GS_EXPOSE(NSDistantObject) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 74 | #if GS_EXPOSE(NSLock) #12 1755. | ^~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 125 | #if GS_EXPOSE(NSCondition) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 175 | #if GS_EXPOSE(NSConditionLock) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1755. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1755. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1755. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1755. | ^ #12 1755. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1755. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1755. from nsgui.h:34, #12 1755. from dispextern.h:137, #12 1755. from window.h:23, #12 1755. from nsmenu.m:29: #12 1755. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1755. | ^ #12 1755. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1755. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 134 | #if GS_EXPOSE(NSError) #12 1756. | ^~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1756. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 182 | #if GS_EXPOSE(NSURLHandle) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 73 | #if GS_EXPOSE(NSURL) #12 1756. | ^~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1756. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 633 | #if GS_EXPOSE(NSURLComponents) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 160 | #if GS_EXPOSE(NSPipe) #12 1756. | ^~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 215 | #if GS_EXPOSE(NSFileManager) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 42 | #if GS_EXPOSE(NSHost) #12 1756. | ^~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 47 | #if GS_EXPOSE(NSIndexPath) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 49 | #if GS_EXPOSE(NSIndexSet) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 38 | #if GS_EXPOSE(NSInvocation) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 103 | #if GS_EXPOSE(NSLocale) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 361 | #if GS_EXPOSE(NSNetService) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 53 | #if GS_EXPOSE(NSPortCoder) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 77 | #if GS_EXPOSE(NSPort) #12 1756. | ^~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 202 | #if GS_EXPOSE(NSSocketPort) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 284 | #if GS_EXPOSE(NSMessagePort) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 47 | #if GS_EXPOSE(NSPortMessage) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 53 | #if GS_EXPOSE(NSProgress) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 42 | #if GS_EXPOSE(NSScanner) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 58 | #if GS_EXPOSE(NSSpellServer) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 51 | #if GS_EXPOSE(NSTask) #12 1756. | ^~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 59 | #if GS_EXPOSE(NSThread) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 87 | #if GS_EXPOSE(NSUndoManager) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 105 | #if GS_EXPOSE(NSURLCache) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 48 | #if GS_EXPOSE(NSURLConnection) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 56 | #if GS_EXPOSE(NSURLCredential) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 49 | #if GS_EXPOSE(NSURLDownload) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 92 | #if GS_EXPOSE(NSURLRequest) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 49 | #if GS_EXPOSE(NSURLResponse) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1756. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1756. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 72 | #if GS_EXPOSE(NSXMLParser) #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1756. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1756. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1756. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1756. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1756. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1756. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1756. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1756. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1756. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1756. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1756. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1756. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1756. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1756. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1756. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1756. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1756. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1756. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1756. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1756. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1756. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1756. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1756. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1756. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1756. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1756. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1756. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1756. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1756. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1756. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1756. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1756. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1756. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1756. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1756. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1756. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1756. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1756. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1756. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1756. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1756. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1756. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1756. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1756. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1756. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1756. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1756. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1756. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1756. | ^~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1756. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1756. | ^~~~~~~~~~~~~~~~~~~~ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1756. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1756. | ^ #12 1756. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1756. from nsgui.h:34, #12 1756. from dispextern.h:137, #12 1756. from window.h:23, #12 1756. from nsmenu.m:29: #12 1756. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1756. | ^ #12 1756. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1756. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1756. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1757. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1757. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1757. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1757. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1757. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1757. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1757. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1757. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1757. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1757. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1757. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1757. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1757. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1757. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1757. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1757. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1757. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1757. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1757. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1757. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1757. | ^ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1757. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1757. | ^ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 125 | __attribute__((unused)); #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 129 | __attribute__((unused)); #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 133 | __attribute__((unused)); #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 214 | __attribute__((unused)); #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 247 | __attribute__((unused)); #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 251 | __attribute__((unused)); #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 259 | __attribute__((unused)); #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 263 | __attribute__((unused)); #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 267 | __attribute__((unused)); #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 271 | __attribute__((unused)); #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 275 | __attribute__((unused)); #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 287 | __attribute__((unused)); #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 311 | __attribute__((unused)); #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 323 | __attribute__((unused)); #12 1757. | ^~~~~~~~~~~~~ #12 1757. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1757. from nsgui.h:34, #12 1757. from dispextern.h:137, #12 1757. from window.h:23, #12 1757. from nsmenu.m:29: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 493 | PSgsave() #12 1757. | ^~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 499 | PSgrestore() #12 1757. | ^~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 505 | PSinitgraphics() #12 1757. | ^~~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 622 | PSinitmatrix() #12 1757. | ^~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 669 | PSclip() #12 1757. | ^~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 675 | PSclosepath() #12 1757. | ^~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 687 | PSeoclip() #12 1757. | ^~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 693 | PSeofill() #12 1757. | ^~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 699 | PSfill() #12 1757. | ^~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 705 | PSflattenpath() #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 711 | PSinitclip() #12 1757. | ^~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 729 | PSnewpath() #12 1757. | ^~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 765 | PSreversepath() #12 1757. | ^~~~~~~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 783 | PSstroke() #12 1757. | ^~~~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1757. 835 | PSWait() #12 1757. | ^~~~~~ #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1757. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1765. CC nsselect.o #12 1765. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1765. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1766. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1766. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1766. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1766. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1766. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1766. | ^~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1766. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1766. | ^~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1766. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1766. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1766. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1766. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 88 | #if GS_API_VERSION(0,011500) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1766. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1766. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1766. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1766. | ^~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1766. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1766. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1766. | ^~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1766. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1766. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1766. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1766. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1766. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1766. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1766. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1766. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 45 | #if GS_EXPOSE(NSArchiver) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 114 | #if GS_EXPOSE(NSBundle) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 43 | #if GS_EXPOSE(NSCache) #12 1766. | ^~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 113 | #if GS_EXPOSE(NSException) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1766. 303 | NSGetUncaughtExceptionHandler(); #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 53 | #if GS_EXPOSE(NSExpression) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 47 | #if GS_EXPOSE(NSTimer) #12 1766. | ^~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1766. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1766. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 46 | #if GS_EXPOSE(NSRunLoop) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1766. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 40 | #if GS_EXPOSE(NSDistantObject) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 74 | #if GS_EXPOSE(NSLock) #12 1766. | ^~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 125 | #if GS_EXPOSE(NSCondition) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 175 | #if GS_EXPOSE(NSConditionLock) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1766. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 134 | #if GS_EXPOSE(NSError) #12 1766. | ^~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1766. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 182 | #if GS_EXPOSE(NSURLHandle) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 73 | #if GS_EXPOSE(NSURL) #12 1766. | ^~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1766. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 633 | #if GS_EXPOSE(NSURLComponents) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 160 | #if GS_EXPOSE(NSPipe) #12 1766. | ^~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 215 | #if GS_EXPOSE(NSFileManager) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 42 | #if GS_EXPOSE(NSHost) #12 1766. | ^~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 47 | #if GS_EXPOSE(NSIndexPath) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 49 | #if GS_EXPOSE(NSIndexSet) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 38 | #if GS_EXPOSE(NSInvocation) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 103 | #if GS_EXPOSE(NSLocale) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1766. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 361 | #if GS_EXPOSE(NSNetService) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1766. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1766. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1766. | ^ #12 1766. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1766. | ^ #12 1766. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1766. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1766. from nsgui.h:34, #12 1766. from dispextern.h:137, #12 1766. from nsterm.h:22, #12 1766. from nsselect.m:31: #12 1766. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1766. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1766. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 53 | #if GS_EXPOSE(NSPortCoder) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1767. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 77 | #if GS_EXPOSE(NSPort) #12 1767. | ^~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 202 | #if GS_EXPOSE(NSSocketPort) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 284 | #if GS_EXPOSE(NSMessagePort) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 47 | #if GS_EXPOSE(NSPortMessage) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 53 | #if GS_EXPOSE(NSProgress) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 42 | #if GS_EXPOSE(NSScanner) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 58 | #if GS_EXPOSE(NSSpellServer) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1767. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 51 | #if GS_EXPOSE(NSTask) #12 1767. | ^~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1767. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 59 | #if GS_EXPOSE(NSThread) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1767. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 87 | #if GS_EXPOSE(NSUndoManager) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 105 | #if GS_EXPOSE(NSURLCache) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 48 | #if GS_EXPOSE(NSURLConnection) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 56 | #if GS_EXPOSE(NSURLCredential) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 49 | #if GS_EXPOSE(NSURLDownload) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 92 | #if GS_EXPOSE(NSURLRequest) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 49 | #if GS_EXPOSE(NSURLResponse) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1767. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1767. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 72 | #if GS_EXPOSE(NSXMLParser) #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1767. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1767. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1767. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1767. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1767. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1767. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1767. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1767. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1767. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1767. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1767. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1767. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1767. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1767. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1767. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1767. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1767. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1767. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1767. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1767. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1767. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1767. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1767. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1767. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1767. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1767. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1767. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1767. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1767. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1767. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1767. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1767. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1767. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1767. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1767. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1767. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1767. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1767. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1767. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1767. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1767. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1767. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1767. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1767. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1767. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1767. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1767. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1767. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1767. | ^ #12 1767. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1767. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1767. from nsgui.h:34, #12 1767. from dispextern.h:137, #12 1767. from nsterm.h:22, #12 1767. from nsselect.m:31: #12 1767. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1767. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1767. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1768. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1768. | ^~~~~~~~~~~~~~~~~~~~ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1768. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1768. | ^~~~~~~~~~~~~~~~~~~~ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1768. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1768. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1768. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1768. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1768. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1768. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1768. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1768. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1768. | ^ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1768. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1768. | ^ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 125 | __attribute__((unused)); #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 129 | __attribute__((unused)); #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 133 | __attribute__((unused)); #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 214 | __attribute__((unused)); #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 247 | __attribute__((unused)); #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 251 | __attribute__((unused)); #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 259 | __attribute__((unused)); #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 263 | __attribute__((unused)); #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 267 | __attribute__((unused)); #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 271 | __attribute__((unused)); #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 275 | __attribute__((unused)); #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 287 | __attribute__((unused)); #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 311 | __attribute__((unused)); #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 323 | __attribute__((unused)); #12 1768. | ^~~~~~~~~~~~~ #12 1768. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1768. from nsgui.h:34, #12 1768. from dispextern.h:137, #12 1768. from nsterm.h:22, #12 1768. from nsselect.m:31: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 493 | PSgsave() #12 1768. | ^~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 499 | PSgrestore() #12 1768. | ^~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 505 | PSinitgraphics() #12 1768. | ^~~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 622 | PSinitmatrix() #12 1768. | ^~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 669 | PSclip() #12 1768. | ^~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 675 | PSclosepath() #12 1768. | ^~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 687 | PSeoclip() #12 1768. | ^~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 693 | PSeofill() #12 1768. | ^~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 699 | PSfill() #12 1768. | ^~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 705 | PSflattenpath() #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 711 | PSinitclip() #12 1768. | ^~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 729 | PSnewpath() #12 1768. | ^~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 765 | PSreversepath() #12 1768. | ^~~~~~~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 783 | PSstroke() #12 1768. | ^~~~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1768. 835 | PSWait() #12 1768. | ^~~~~~ #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1768. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1773. CC nsimage.o #12 1773. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1773. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1775. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1775. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1775. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1775. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1775. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1775. | ^~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1775. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1775. | ^~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1775. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1775. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1775. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1775. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 88 | #if GS_API_VERSION(0,011500) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1775. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1775. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1775. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1775. | ^~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1775. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1775. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1775. | ^~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1775. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1775. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1775. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1775. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1775. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1775. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1775. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1775. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 45 | #if GS_EXPOSE(NSArchiver) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 114 | #if GS_EXPOSE(NSBundle) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 43 | #if GS_EXPOSE(NSCache) #12 1775. | ^~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 113 | #if GS_EXPOSE(NSException) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1775. 303 | NSGetUncaughtExceptionHandler(); #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 53 | #if GS_EXPOSE(NSExpression) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 47 | #if GS_EXPOSE(NSTimer) #12 1775. | ^~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1775. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1775. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 46 | #if GS_EXPOSE(NSRunLoop) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1775. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 40 | #if GS_EXPOSE(NSDistantObject) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 74 | #if GS_EXPOSE(NSLock) #12 1775. | ^~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 125 | #if GS_EXPOSE(NSCondition) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 175 | #if GS_EXPOSE(NSConditionLock) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1775. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 134 | #if GS_EXPOSE(NSError) #12 1775. | ^~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1775. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 182 | #if GS_EXPOSE(NSURLHandle) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 73 | #if GS_EXPOSE(NSURL) #12 1775. | ^~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1775. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 633 | #if GS_EXPOSE(NSURLComponents) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 160 | #if GS_EXPOSE(NSPipe) #12 1775. | ^~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 215 | #if GS_EXPOSE(NSFileManager) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 42 | #if GS_EXPOSE(NSHost) #12 1775. | ^~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 47 | #if GS_EXPOSE(NSIndexPath) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 49 | #if GS_EXPOSE(NSIndexSet) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 38 | #if GS_EXPOSE(NSInvocation) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 103 | #if GS_EXPOSE(NSLocale) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 361 | #if GS_EXPOSE(NSNetService) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 53 | #if GS_EXPOSE(NSPortCoder) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 77 | #if GS_EXPOSE(NSPort) #12 1775. | ^~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 202 | #if GS_EXPOSE(NSSocketPort) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 284 | #if GS_EXPOSE(NSMessagePort) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 47 | #if GS_EXPOSE(NSPortMessage) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 53 | #if GS_EXPOSE(NSProgress) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 42 | #if GS_EXPOSE(NSScanner) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 58 | #if GS_EXPOSE(NSSpellServer) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 51 | #if GS_EXPOSE(NSTask) #12 1775. | ^~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 59 | #if GS_EXPOSE(NSThread) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 87 | #if GS_EXPOSE(NSUndoManager) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 105 | #if GS_EXPOSE(NSURLCache) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 48 | #if GS_EXPOSE(NSURLConnection) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 56 | #if GS_EXPOSE(NSURLCredential) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 49 | #if GS_EXPOSE(NSURLDownload) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 92 | #if GS_EXPOSE(NSURLRequest) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 49 | #if GS_EXPOSE(NSURLResponse) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1775. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1775. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 72 | #if GS_EXPOSE(NSXMLParser) #12 1775. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1775. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1775. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1775. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1775. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1775. | ^ #12 1775. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1775. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1775. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1775. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1775. from nsgui.h:34, #12 1775. from dispextern.h:137, #12 1775. from nsimage.m:33: #12 1775. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1775. | ^ #12 1775. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1775. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1775. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1776. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1776. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1776. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1776. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1776. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1776. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1776. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1776. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1776. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1776. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1776. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1776. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1776. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1776. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1776. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1776. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1776. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1776. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1776. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1776. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1776. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1776. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1776. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1776. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1776. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1776. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1776. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1776. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1776. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1776. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1776. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1776. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1776. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1776. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1776. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1776. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1776. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1776. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1776. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1776. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1776. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1776. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1776. | ^~~~~~~~~~~~~~~~~~~~ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1776. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1776. | ^~~~~~~~~~~~~~~~~~~~ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1776. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1776. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1776. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1776. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1776. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1776. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1776. | ^ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1776. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1776. | ^ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 125 | __attribute__((unused)); #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 129 | __attribute__((unused)); #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 133 | __attribute__((unused)); #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 214 | __attribute__((unused)); #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 247 | __attribute__((unused)); #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 251 | __attribute__((unused)); #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 259 | __attribute__((unused)); #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 263 | __attribute__((unused)); #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 267 | __attribute__((unused)); #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 271 | __attribute__((unused)); #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 275 | __attribute__((unused)); #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 287 | __attribute__((unused)); #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 311 | __attribute__((unused)); #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 323 | __attribute__((unused)); #12 1776. | ^~~~~~~~~~~~~ #12 1776. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1776. from nsgui.h:34, #12 1776. from dispextern.h:137, #12 1776. from nsimage.m:33: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 493 | PSgsave() #12 1776. | ^~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 499 | PSgrestore() #12 1776. | ^~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 505 | PSinitgraphics() #12 1776. | ^~~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 622 | PSinitmatrix() #12 1776. | ^~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 669 | PSclip() #12 1776. | ^~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 675 | PSclosepath() #12 1776. | ^~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 687 | PSeoclip() #12 1776. | ^~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 693 | PSeofill() #12 1776. | ^~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 699 | PSfill() #12 1776. | ^~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 705 | PSflattenpath() #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 711 | PSinitclip() #12 1776. | ^~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 729 | PSnewpath() #12 1776. | ^~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 765 | PSreversepath() #12 1776. | ^~~~~~~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 783 | PSstroke() #12 1776. | ^~~~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1776. 835 | PSWait() #12 1776. | ^~~~~~ #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1776. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1780. CC nsfont.o #12 1780. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1780. 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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 nsfont.m:28: #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 1782. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsfont.m:28: #12 1782. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 49 | #if GS_EXPOSE(NSIndexSet) #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1782. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsfont.m:28: #12 1782. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsfont.m:28: #12 1782. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 38 | #if GS_EXPOSE(NSInvocation) #12 1782. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1782. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1782. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsfont.m:28: #12 1782. /usr/include/GNUstep/Foundation/NSOperation.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. /usr/include/GNUstep/Foundation/NSOperation.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/Foundation/NSOperation.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_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/Foundation/NSOperation.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_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1782. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1782. | ^ #12 1782. /usr/include/GNUstep/Foundation/NSOperation.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_6, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsfont.m:28: #12 1782. /usr/include/GNUstep/Foundation/NSInvocationOperation.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_5, GS_API_LATEST) #12 1782. | ^ #12 1782. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsfont.m:28: #12 1782. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.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/Foundation/Foundation.h:98, #12 1782. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1782. from nsgui.h:34, #12 1782. from dispextern.h:137, #12 1782. from nsfont.m:28: #12 1782. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #12 1782. [output clipped, log limit 2MiB reached] #12 1783. make[3]: Leaving directory '/checkout/src' #12 1783. make[2]: Leaving directory '/checkout' #12 1783. make[1]: Leaving directory '/checkout' #12 1783. make[1]: Entering directory '/checkout' #12 1784. make[1]: Leaving directory '/checkout' #12 1785. /GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1785. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 361 | #if GS_EXPOSE(NSNetService) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 53 | #if GS_EXPOSE(NSPortCoder) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1785. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 77 | #if GS_EXPOSE(NSPort) #12 1785. | ^~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 202 | #if GS_EXPOSE(NSSocketPort) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 284 | #if GS_EXPOSE(NSMessagePort) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 47 | #if GS_EXPOSE(NSPortMessage) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 53 | #if GS_EXPOSE(NSProgress) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 42 | #if GS_EXPOSE(NSScanner) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 58 | #if GS_EXPOSE(NSSpellServer) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1785. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 51 | #if GS_EXPOSE(NSTask) #12 1785. | ^~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1785. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 59 | #if GS_EXPOSE(NSThread) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1785. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 87 | #if GS_EXPOSE(NSUndoManager) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 105 | #if GS_EXPOSE(NSURLCache) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 48 | #if GS_EXPOSE(NSURLConnection) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 56 | #if GS_EXPOSE(NSURLCredential) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 49 | #if GS_EXPOSE(NSURLDownload) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 92 | #if GS_EXPOSE(NSURLRequest) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 49 | #if GS_EXPOSE(NSURLResponse) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1785. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1785. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 72 | #if GS_EXPOSE(NSXMLParser) #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1785. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1785. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1785. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1785. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1785. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1785. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1785. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1785. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1785. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1785. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1785. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1785. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1785. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1785. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1785. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1785. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1785. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1785. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1785. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1785. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1785. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1785. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1785. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1785. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1785. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1785. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1785. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1785. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1785. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1785. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1785. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1785. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1785. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1785. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1785. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1785. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1785. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1785. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1785. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1785. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1785. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1785. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1785. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1785. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1785. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1785. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1785. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1785. | ^~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1785. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1785. | ^~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1785. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1785. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1785. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1785. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1785. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1785. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1785. | ^ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1785. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1785. | ^ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 125 | __attribute__((unused)); #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 129 | __attribute__((unused)); #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 133 | __attribute__((unused)); #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 214 | __attribute__((unused)); #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 247 | __attribute__((unused)); #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 251 | __attribute__((unused)); #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 259 | __attribute__((unused)); #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 263 | __attribute__((unused)); #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 267 | __attribute__((unused)); #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 271 | __attribute__((unused)); #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 275 | __attribute__((unused)); #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 287 | __attribute__((unused)); #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 311 | __attribute__((unused)); #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 323 | __attribute__((unused)); #12 1785. | ^~~~~~~~~~~~~ #12 1785. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1785. from nsgui.h:34, #12 1785. from dispextern.h:137, #12 1785. from nsfont.m:28: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 493 | PSgsave() #12 1785. | ^~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 499 | PSgrestore() #12 1785. | ^~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 505 | PSinitgraphics() #12 1785. | ^~~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 622 | PSinitmatrix() #12 1785. | ^~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 669 | PSclip() #12 1785. | ^~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 675 | PSclosepath() #12 1785. | ^~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 687 | PSeoclip() #12 1785. | ^~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 693 | PSeofill() #12 1785. | ^~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 699 | PSfill() #12 1785. | ^~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 705 | PSflattenpath() #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 711 | PSinitclip() #12 1785. | ^~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 729 | PSnewpath() #12 1785. | ^~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 765 | PSreversepath() #12 1785. | ^~~~~~~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 783 | PSstroke() #12 1785. | ^~~~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1785. 835 | PSWait() #12 1785. | ^~~~~~ #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1785. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1785. nsfont.m: In function 'nsfont_open': #12 1785. nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #12 1785. 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #12 1785. | ^~~~~~~~~~~~~~~ #12 1785. In file included from nsfont.m:27: #12 1785. ./globals.h:4723:8: note: declared here #12 1785. 4723 | EXFUN (Ffont_xlfd_name, 3); #12 1785. | ^~~~~~~~~~~~~~~ #12 1785. lisp.h:902:22: note: in definition of macro 'EXFUN' #12 1785. 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #12 1785. | ^~~~~~ #12 1785. make[3]: *** [Makefile:457: nsfont.o] Error 1 #12 1785. make[2]: *** [Makefile:554: src] Error 2 #12 1785. make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #12 1785. *** #12 1785. *** "make bootstrap" failed with exit status 2. #12 1785. *** #12 1785. *** You could try to: #12 1785. *** - run "make extraclean" and run "make" again (or, equivalently, run #12 1785. *** "make bootstrap configure=default"), to rebuild Emacs with the #12 1785. *** default configuration options, which might fix the problem #12 1785. *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 1785. *** fix the problem if "make bootstrap configure=default" did not #12 1785. *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 1785. *** !BEWARE! version control, which means that all changes to such #12 1785. *** !BEWARE! files will be lost and cannot be restored later #12 1785. *** - run "make V=1", which displays the full commands invoked by make, #12 1785. *** to further investigate the problem #12 1785. *** - report the problem and ask for help by sending an email to #12 1785. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 1785. *** message, the platform, and the repository revision displayed by #12 1785. *** "git rev-parse HEAD" #12 1785. *** #12 1785. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 1785. 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:1698194608:step_script section_start:1698194608: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-643c67cf: No such file or directory section_end:1698194611:after_script section_start:1698194611:cleanup_file_variables Cleaning up project directory and file based variables section_end:1698194614:cleanup_file_variables ERROR: Job failed: exit code 1